aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/timing.dox
diff options
context:
space:
mode:
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.