aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/SIMIA32
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/SIMIA32
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/SIMIA32')
-rw-r--r--os/ports/GCC/SIMIA32/chcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/SIMIA32/chcore.h b/os/ports/GCC/SIMIA32/chcore.h
index bfb9c4cb5..87403d90e 100644
--- a/os/ports/GCC/SIMIA32/chcore.h
+++ b/os/ports/GCC/SIMIA32/chcore.h
@@ -84,7 +84,7 @@ struct context {
#define APUSH(p, a) (p) -= sizeof(void *), *(void **)(p) = (void*)(a)
/**
- * Platform dependent part of the @p chThdInit() API.
+ * Platform dependent part of the @p chThdCreateI() API.
* This code usually setup the context switching frame represented by a
* @p intctx structure.
*/