aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/PPC
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-15 21:02:07 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-15 21:02:07 +0000
commitc6b288f985bd8ea78fca5828a1bc4c7041e0b577 (patch)
treed080c25cbe10e99d5b1e3654e62945407fb69e9e /os/ports/GCC/PPC
parent975780704949e2ed551c3e50a81ea5e45d28a0af (diff)
downloadChibiOS-c6b288f985bd8ea78fca5828a1bc4c7041e0b577.tar.gz
ChibiOS-c6b288f985bd8ea78fca5828a1bc4c7041e0b577.tar.bz2
ChibiOS-c6b288f985bd8ea78fca5828a1bc4c7041e0b577.zip
Documentation related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2480 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/PPC')
-rw-r--r--os/ports/GCC/PPC/chcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/PPC/chcore.h b/os/ports/GCC/PPC/chcore.h
index b10b2ae62..6f45d5a82 100644
--- a/os/ports/GCC/PPC/chcore.h
+++ b/os/ports/GCC/PPC/chcore.h
@@ -167,7 +167,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.
*/