From 2c37447c4126ef602971963f64a563b56ce4a27d Mon Sep 17 00:00:00 2001 From: harti Date: Mon, 2 Jun 2003 09:13:08 +0000 Subject: Fix a typo in an ATM media name. As this name was not use yet, no problems should occur. --- sys/net/if_media.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/net') 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 }, \ } -- cgit v1.1