From ed7165dcb4da017d751903683d008077acb13d77 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 19 Jun 2010 11:24:30 +0000 Subject: White space fix. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2025 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/kernel/include/chschd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3