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 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: