diff options
author | harti <harti@FreeBSD.org> | 2003-06-02 09:13:08 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2003-06-02 09:13:08 +0000 |
commit | 2c37447c4126ef602971963f64a563b56ce4a27d (patch) | |
tree | ac01c1dc2b72f8c0fec4f4354822c3242b775523 /sys | |
parent | f6a778e73aa4d25b726e2c4c9cd20f798e75e5c1 (diff) | |
download | FreeBSD-src-2c37447c4126ef602971963f64a563b56ce4a27d.zip FreeBSD-src-2c37447c4126ef602971963f64a563b56ce4a27d.tar.gz |
Fix a typo in an ATM media name. As this name was not use yet, no problems
should occur.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net/if_media.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_media.h b/sys/net/if_media.h index 32d9c34..a97fc77 100644 --- a/sys/net/if_media.h +++ b/sys/net/if_media.h @@ -461,7 +461,7 @@ struct ifmedia_description { { IFM_ATM_MM_155, "Multi-mode/155MBit" }, \ { IFM_ATM_SM_155, "Single-mode/155MBit" }, \ { IFM_ATM_UTP_155, "UTP/155MBit" }, \ - { IFM_ATM_MM_622, "Mult-imode/622MBit" }, \ + { IFM_ATM_MM_622, "Multi-mode/622MBit" }, \ { IFM_ATM_SM_622, "Single-mode/622MBit" }, \ { 0, NULL }, \ } |