diff options
author | Michael Brown <mcb30@ipxe.org> | 2018-04-20 13:25:46 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2018-04-20 13:25:46 +0100 |
commit | 6047b7ca7a8e58120078b2fb216eee280a99ce16 (patch) | |
tree | 43c5faa5a4436e1b22f7e3963125885eeaf64062 /src/include | |
parent | e901e6b73b6b0f0c6ec251963da412eaa2121db9 (diff) | |
download | ipxe-6047b7ca7a8e58120078b2fb216eee280a99ce16.tar.gz |
[mii] Fix typo in parameter name
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ipxe/mii.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ipxe/mii.h b/src/include/ipxe/mii.h index 154f69cf7..aaeae3db5 100644 --- a/src/include/ipxe/mii.h +++ b/src/include/ipxe/mii.h @@ -68,7 +68,7 @@ mdio_init ( struct mii_interface *mdio, struct mii_operations *op ) { * Initialise MII device * * @v mii MII device - * @v mii MII interface + * @v mdio MII interface * @v address PHY address */ static inline __attribute__ (( always_inline )) void |