git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@754 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-02-11 21:26:09 +00:00
parent 8486b10c8f
commit ea63ddb719
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*