diff options
Diffstat (limited to 'src/chsem.c')
-rw-r--r-- | src/chsem.c | 4 |
1 files changed, 2 insertions, 2 deletions
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.
*/
|