aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-06-19 11:24:30 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-06-19 11:24:30 +0000
commited7165dcb4da017d751903683d008077acb13d77 (patch)
tree15f94c0e076ed36c961dbcda2af059b33d4f17d9 /os/kernel
parent7cac72ed6d172e67967c5cadbaa4fe8d9aa758fb (diff)
downloadChibiOS-ed7165dcb4da017d751903683d008077acb13d77.tar.gz
ChibiOS-ed7165dcb4da017d751903683d008077acb13d77.tar.bz2
ChibiOS-ed7165dcb4da017d751903683d008077acb13d77.zip
White space fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2025 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/kernel')
-rw-r--r--os/kernel/include/chschd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/include/chschd.h b/os/kernel/include/chschd.h
index 3c55d59a0..e5c6d7e55 100644
--- a/os/kernel/include/chschd.h
+++ b/os/kernel/include/chschd.h
@@ -93,7 +93,7 @@ extern ReadyList rlist;
#endif /* !defined(PORT_OPTIMIZED_RLIST_EXT) */
/**
- * @brief Current thread pointer access macro.
+ * @brief Current thread pointer access macro.
* @note This macro is not meant to be used in the application code but
* only from within the kernel, use the @p chThdSelf() API instead.
* @note It is forbidden to use this macro in order to change the pointer