diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-11 21:26:09 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-11 21:26:09 +0000 |
commit | ea63ddb71973bf7e4d46acde3bfd9037da159a3e (patch) | |
tree | 4e052b7d9cdf14b38cf07032abc643916d6eb746 | |
parent | 8486b10c8ff5989c37f92ad028dc7e3ffb9846a1 (diff) | |
download | ChibiOS-ea63ddb71973bf7e4d46acde3bfd9037da159a3e.tar.gz ChibiOS-ea63ddb71973bf7e4d46acde3bfd9037da159a3e.tar.bz2 ChibiOS-ea63ddb71973bf7e4d46acde3bfd9037da159a3e.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@754 35acf78f-673a-0410-8e92-d51de3d6d3f4
-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.
*
|