From c93c50fbc4034eb16bd1b53dc2e76a14bfa7b22f Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 30 Dec 2008 14:26:12 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@564 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/chsem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/chsem.c') diff --git a/src/chsem.c b/src/chsem.c index 1ec852a98..d29e97268 100644 --- a/src/chsem.c +++ b/src/chsem.c @@ -118,8 +118,8 @@ msg_t chSemWaitS(Semaphore *sp) { * @param time the number of ticks before the operation fails * @retval RDY_OK if the semaphore was signaled or not taken. * @retval RDY_RESET if the semaphore was reset using \p chSemReset(). - * @retval RDY_TIMEOUT if the semaphore was not signaled or reset within the specified - * timeout. + * @retval RDY_TIMEOUT if the semaphore was not signaled or reset within the + * specified timeout. * @note The function is available only if the \p CH_USE_SEMAPHORES_TIMEOUT * option is enabled in \p chconf.h. */ -- cgit v1.2.3