aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/src
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/src')
-rw-r--r--os/kernel/src/chqueues.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/src/chqueues.c b/os/kernel/src/chqueues.c
index 3e9ea24f9..adb5dd807 100644
--- a/os/kernel/src/chqueues.c
+++ b/os/kernel/src/chqueues.c
@@ -37,7 +37,7 @@
* together.
* .
* I/O queues are usually used as an implementation layer for the I/O
- * channels interface, also see @ref io_channels.
+ * channels interface, also see @ref IO_CHANNEL.
* @pre In order to use the I/O queues the @p CH_USE_QUEUES option must
* be enabled in @p chconf.h.
* @{