Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 2026 11:27:35 +0000
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 71ca167e3691 - stable/14 - if_types: Fix a typo in a source code comment
Message-ID:  <69ca5e27.3c354.503acada@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/14 has been updated by gbe:

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

commit 71ca167e36915865d1bdbb672652491a6934b1cc
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-03-27 06:57:49 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-03-30 11:27:14 +0000

    if_types: Fix a typo in a source code comment
    
    - s/Circiut/Circuit/
    
    Obtained from:  OpenBSD
    
    (cherry picked from commit 8bc31c88d65ad99cd510fbe511958799d3531477)
---
 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 dee71af80a5d..6af3566d4173 100644
--- a/sys/net/if_types.h
+++ b/sys/net/if_types.h
@@ -176,7 +176,7 @@ typedef enum {
 	IFT_A12MPPSWITCH = 0x82,	/* Avalon Parallel Processor */
 	IFT_TUNNEL	= 0x83,		/* Encapsulation interface */
 	IFT_COFFEE	= 0x84,		/* coffee pot */
-	IFT_CES		= 0x85,		/* Circiut Emulation Service */
+	IFT_CES		= 0x85,		/* Circuit Emulation Service */
 	IFT_ATMSUBINTERFACE = 0x86,	/* (x)  ATM Sub Interface */
 	IFT_L2VLAN	= 0x87,		/* Layer 2 Virtual LAN using 802.1Q */
 	IFT_L3IPVLAN	= 0x88,		/* Layer 3 Virtual LAN - IP Protocol */


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ca5e27.3c354.503acada>