aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/timing.dox
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-02 13:41:54 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-02 13:41:54 +0000
commitfad3a0802ac7f43da5f7dcf68e369dc735de3ed2 (patch)
tree2985b301a0b58e14ed0d155bad7565360644b41b /docs/src/timing.dox
parentee73370e0a3d3de24082355d7000f792c06dc5ff (diff)
downloadChibiOS-fad3a0802ac7f43da5f7dcf68e369dc735de3ed2.tar.gz
ChibiOS-fad3a0802ac7f43da5f7dcf68e369dc735de3ed2.tar.bz2
ChibiOS-fad3a0802ac7f43da5f7dcf68e369dc735de3ed2.zip
Documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@864 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/src/timing.dox')
-rw-r--r--docs/src/timing.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/timing.dox b/docs/src/timing.dox
index 7732bef0b..9e013c412 100644
--- a/docs/src/timing.dox
+++ b/docs/src/timing.dox
@@ -39,7 +39,7 @@ msg_t my_thread(void *param) {
* executed at irregular intervals, as example:<br><br>
* T0...T0+1000...T0+2002...T0+3002...T0+4005...etc.<br><br>
* Also note that the error increases over time and this kind of behavior can
- * lead anomalies really hard to debug.
+ * lead to anomalies really hard to debug.
* <h2>A better solution</h2>
* It is possible to rewrite the above code using absolute deadlines rather
* than fixed intervals: