mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
if_types: Fix a typo in a source code comment
- s/Circiut/Circuit/ Obtained from: OpenBSD (cherry picked from commit 8bc31c88d65ad99cd510fbe511958799d3531477)
This commit is contained in:
parent
ff0b11e0a4
commit
a30ec3bb9f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue