aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/osal/osal.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/templates/osal/osal.h')
-rw-r--r--os/hal/templates/osal/osal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/osal/osal.h b/os/hal/templates/osal/osal.h
index 6e3d62ca0..a6bbcca35 100644
--- a/os/hal/templates/osal/osal.h
+++ b/os/hal/templates/osal/osal.h
@@ -718,7 +718,7 @@ static inline void osalThreadQueueObjectInit(threads_queue_t *tqp) {
* .
* @return The message from @p osalQueueWakeupOneI() or
* @p osalQueueWakeupAllI() functions.
- * @retval RDY_TIMEOUT if the thread has not been dequeued within the
+ * @retval MSG_TIMEOUT if the thread has not been dequeued within the
* specified timeout or if the function has been
* invoked with @p TIME_IMMEDIATE as timeout
* specification.