git: 64ddf8b65ca4 - stable/13 - net(3): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 06:14:52 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=64ddf8b65ca4cb98ca36c4935fa10b12fa914170
commit 64ddf8b65ca4cb98ca36c4935fa10b12fa914170
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 07:41:10 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 06:10:23 +0000
net(3): Fix a typo in a source code comment
- s/Multilik/Multilink/
Obtained from: NetBSD
(cherry picked from commit f8d292b6656de9e78ae63981e2c8d8662a85dc8c)
---
sys/net/if_types.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 */