diff options
-rw-r--r-- | docs/src/goals.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/goals.dox b/docs/src/goals.dox index f0de70da7..d19c7d70a 100644 --- a/docs/src/goals.dox +++ b/docs/src/goals.dox @@ -48,7 +48,7 @@ *
* <h3>No tables or other fixed structures</h3>
* The kernel has no internal tables, there is nothing that must be configured
- * at design time or that can overflow at run time. No upper bounds, the
+ * at compile time or that can overflow at run time. No upper bounds, the
* internal structures are all dynamic even if all the objects are statically
* allocated. Things that are not there cannot go wrong and take no space.
*
|