aboutsummaryrefslogtreecommitdiffstats
path: root/os/io/io.dox
diff options
context:
space:
mode:
Diffstat (limited to 'os/io/io.dox')
-rw-r--r--os/io/io.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/io/io.dox b/os/io/io.dox
index 3e425f023..1c1ccda9b 100644
--- a/os/io/io.dox
+++ b/os/io/io.dox
@@ -159,7 +159,7 @@
* @details This module implements a generic interface for MII (Media
* Independent Interface) drivers.
* The MII/RMII/GMII/RGMII/SGMII buses are standard interfaces meant
- * to connect a @ref MAC block to a PHY transceiver.<br>
+ * to connect a MAC block to a PHY transceiver.<br>
* A @ref MII is usually used from within a @ref MAC and is not
* meant to be used directly from the application code.
*