git: f8d292b6656d - main - net(3): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 02 Apr 2022 07:41:39 UTC
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=f8d292b6656de9e78ae63981e2c8d8662a85dc8c

commit f8d292b6656de9e78ae63981e2c8d8662a85dc8c
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 07:41:10 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-02 07:41:10 +0000

    net(3): Fix a typo in a source code comment
    
    - s/Multilik/Multilink/
    
    Obtained from:  NetBSD
    MFC after:      3 days
---
 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 */