aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/timing.dox
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-02 21:07:27 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-02 21:07:27 +0000
commit528e9fea357b8b24069d99657230ba28968f5d0c (patch)
treefc423eb4662f925f37d705323d5e67cc0c342cd0 /docs/src/timing.dox
parentec4178dd0ff7587b79a8c525aa88d467642ce629 (diff)
downloadChibiOS-528e9fea357b8b24069d99657230ba28968f5d0c.tar.gz
ChibiOS-528e9fea357b8b24069d99657230ba28968f5d0c.tar.bz2
ChibiOS-528e9fea357b8b24069d99657230ba28968f5d0c.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@713 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 c1a33ae19..9fd19545d 100644
--- a/docs/src/timing.dox
+++ b/docs/src/timing.dox
@@ -36,7 +36,7 @@ msg_t my_thread(void *param) {
* well below the system tick period and that @p my_thread() is not preempted
* by other threads inserting long intervals.<br>
* If the above conditions are not satisfied you may have @p do_something()
- * executed at irregular intevals, as example:<br><br>
+ * 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.