aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-11-26 18:06:55 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-11-26 18:06:55 +0000
commit68a1ac21b8a7708cf6ff75391253e7746f18a9a1 (patch)
treecd5d97301f6be6842122cf7b5c2a449ad32d30d8 /docs
parent74b2ef532c2798d67be383c6eaa7220dafc3bac1 (diff)
downloadChibiOS-68a1ac21b8a7708cf6ff75391253e7746f18a9a1.tar.gz
ChibiOS-68a1ac21b8a7708cf6ff75391253e7746f18a9a1.tar.bz2
ChibiOS-68a1ac21b8a7708cf6ff75391253e7746f18a9a1.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@519 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index f2db24ff0..0baf70ac5 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -132,7 +132,7 @@ optimized for speed takes about 6KiB. See the documentation about the
many available subsystems.<br><br>About performance, on a 48MHz LPC
ARM7 processor the kernel is capable of context switch time ranging
from 3 to 6 microseconds depending on the code type (ARM/THUMB) and the
-choosen complier/kernel optimizations. In the distribution is included
+choosen compiler/kernel optimizations. In the distribution is included
a spreadsheet with the exact values and the various space/time trade
offs.<br>The context switch time is *measured* using 2 threads
exchanging messages and doing *real* work, it is not a calculated peak