aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/cosmic/STM8/chcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/ports/cosmic/STM8/chcore.h')
-rw-r--r--os/ports/cosmic/STM8/chcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/cosmic/STM8/chcore.h b/os/ports/cosmic/STM8/chcore.h
index ebf13d0ac..f5fde8fb1 100644
--- a/os/ports/cosmic/STM8/chcore.h
+++ b/os/ports/cosmic/STM8/chcore.h
@@ -125,7 +125,7 @@ struct stm8_startctx {
};
/**
- * @brief Platform dependent part of the @p chThdInit() API.
+ * @brief Platform dependent part of the @p chThdCreateI() API.
* @details This code usually setup the context switching frame represented
* by an @p intctx structure.
*/