aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_types.h
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-02 07:41:10 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-02 07:41:10 +0000
commitf8d292b6656de9e78ae63981e2c8d8662a85dc8c (patch)
treec9bd8b38fee72998101c9f7462f50a13a100400b /sys/net/if_types.h
parent5c49e1cbea1beef4d3c5c4096ed48664c3c218df (diff)
downloadsrc-f8d292b6656de9e78ae63981e2c8d8662a85dc8c.tar.gz
src-f8d292b6656de9e78ae63981e2c8d8662a85dc8c.zip
net(3): Fix a typo in a source code comment
- s/Multilik/Multilink/ Obtained from: NetBSD MFC after: 3 days
Diffstat (limited to 'sys/net/if_types.h')
-rw-r--r--sys/net/if_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_types.h b/sys/net/if_types.h
index 1103d5f90928..419df6aa5647 100644
--- a/sys/net/if_types.h
+++ b/sys/net/if_types.h
@@ -207,7 +207,7 @@ typedef enum {
IFT_USB = 0xa0, /* USB Interface */
IFT_IEEE8023ADLAG = 0xa1, /* IEEE 802.3ad Link Aggregate*/
IFT_BGPPOLICYACCOUNTING = 0xa2, /* BGP Policy Accounting */
- IFT_FRF16MFRBUNDLE = 0xa3, /* FRF.16 Multilik Frame Relay*/
+ IFT_FRF16MFRBUNDLE = 0xa3, /* FRF.16 Multilink Frame Relay*/
IFT_H323GATEKEEPER = 0xa4, /* H323 Gatekeeper */
IFT_H323PROXY = 0xa5, /* H323 Voice and Video Proxy */
IFT_MPLS = 0xa6, /* MPLS */