summaryrefslogtreecommitdiffstats
path: root/sys/net/if_vlan.c
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-14 13:24:01 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-14 13:24:01 +0000
commitc01f8042c35577f8139d19975d5419c21e90a7f4 (patch)
tree2b69437dc3b65cee017604f3696e592e8f5ecb93 /sys/net/if_vlan.c
parent83f8be73a9e4a4d27dd59d4698e08886b81a923e (diff)
downloadFreeBSD-src-c01f8042c35577f8139d19975d5419c21e90a7f4.zip
FreeBSD-src-c01f8042c35577f8139d19975d5419c21e90a7f4.tar.gz
Fix another typo I missed on first reading:
insersion -> insertion
Diffstat (limited to 'sys/net/if_vlan.c')
-rw-r--r--sys/net/if_vlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c
index 5b7cf76..6ff8daf 100644
--- a/sys/net/if_vlan.c
+++ b/sys/net/if_vlan.c
@@ -43,7 +43,7 @@
*
* XXX It's incorrect to assume that we must always kludge up
* headers on the physical device's behalf: some devices support
- * VLAN tag insersion and extraction in firmware. For these cases,
+ * VLAN tag insertion and extraction in firmware. For these cases,
* one can change the behavior of the vlan interface by setting
* the LINK0 flag on it (that is setting the vlan interface's LINK0
* flag, _not_ the parent's LINK0 flag; we try to leave the parent
OpenPOWER on IntegriCloud