aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel')
-rw-r--r--os/kernel/templates/chcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/templates/chcore.h b/os/kernel/templates/chcore.h
index e00677340..69c37b24d 100644
--- a/os/kernel/templates/chcore.h
+++ b/os/kernel/templates/chcore.h
@@ -76,7 +76,7 @@ struct context {
};
/**
- * @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.
*/