aboutsummaryrefslogtreecommitdiffstats
path: root/os/nil/templates
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-01-27 11:40:25 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-01-27 11:40:25 +0000
commitcae2586a0a9f7ebe67bdf29974510066d046af3d (patch)
treefce6ef70df31d5a91a447d569990f67d63fd42f3 /os/nil/templates
parent85dcf5dd2cec273ab8d2cf63f316a0b5e57e38f4 (diff)
downloadChibiOS-cae2586a0a9f7ebe67bdf29974510066d046af3d.tar.gz
ChibiOS-cae2586a0a9f7ebe67bdf29974510066d046af3d.tar.bz2
ChibiOS-cae2586a0a9f7ebe67bdf29974510066d046af3d.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6649 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/nil/templates')
-rw-r--r--os/nil/templates/nilcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/nil/templates/nilcore.h b/os/nil/templates/nilcore.h
index c49b425e1..61df58bc9 100644
--- a/os/nil/templates/nilcore.h
+++ b/os/nil/templates/nilcore.h
@@ -157,7 +157,7 @@ struct port_intctx {
/*===========================================================================*/
/**
- * @brief Platform dependent part of the @p chThdCreateI() API.
+ * @brief Platform dependent thread stack setup.
* @details This code usually setup the context switching frame represented
* by an @p port_intctx structure.
*/