aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/concepts.dox
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/concepts.dox')
-rw-r--r--docs/src/concepts.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/concepts.dox b/docs/src/concepts.dox
index 6ddc8035f..9c09041a7 100644
--- a/docs/src/concepts.dox
+++ b/docs/src/concepts.dox
@@ -229,7 +229,7 @@
start -> suspend [label="chThdInit()", constraint=false];
start -> run [label="chThdCreate()"];
start -> ready [label="chThdCreate()"];
- run -> ready [label="Reschedulation", dir="both"];
+ run -> ready [label="Reschedule", dir="both"];
suspend -> run [label="chThdResume()"];
suspend -> ready [label="chThdResume()"];
run -> sleep [label="chSchGoSleepS()"];