aboutsummaryrefslogtreecommitdiffstats
path: root/src/chqueues.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chqueues.c')
-rw-r--r--src/chqueues.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chqueues.c b/src/chqueues.c
index 2615d36b7..6dcc61af6 100644
--- a/src/chqueues.c
+++ b/src/chqueues.c
@@ -123,7 +123,7 @@ msg_t chIQGet(Queue *qp) {
* a byte arrives in the queue or the specified time expires.
*
* @param qp pointer to a @p Queue structure
- * @param time the number of ticks before the operation timouts
+ * @param time the number of ticks before the operation timeouts
* @return A byte value from the queue.
* @retval Q_TIMEOUT if the specified time expired.
* @retval Q_RESET if the queue was reset.