White space fix.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2025 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2010-06-19 11:24:30 +00:00
parent 7cac72ed6d
commit ed7165dcb4
1 changed files with 1 additions and 1 deletions

View File

@ -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