aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2026-03-27 06:57:49 +0000
committerGordon Bergling <gbe@FreeBSD.org>2026-03-27 06:57:49 +0000
commit8bc31c88d65ad99cd510fbe511958799d3531477 (patch)
treecb2381a407cf714986dd070eddc1106fb91eee3c
parente8dac3944dcaa7b1a2691c82def15a1ede6bcfe3 (diff)
if_types: Fix a typo in a source code comment
- s/Circiut/Circuit/ Obtained from: OpenBSD MFC after: 3 days
-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 1d17e5c09813..45923d15175b 100644
--- a/sys/net/if_types.h
+++ b/sys/net/if_types.h
@@ -174,7 +174,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 */