aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-11 21:26:09 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-11 21:26:09 +0000
commitea63ddb71973bf7e4d46acde3bfd9037da159a3e (patch)
tree4e052b7d9cdf14b38cf07032abc643916d6eb746 /docs
parent8486b10c8ff5989c37f92ad028dc7e3ffb9846a1 (diff)
downloadChibiOS-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
Diffstat (limited to 'docs')
-rw-r--r--docs/src/goals.dox2
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.
*