From befdaf4e65ebec8267a85fc55bb8926756fdd98e Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Wed, 14 Feb 2001 13:24:01 +0000 Subject: [PATCH] Fix another typo I missed on first reading: insersion -> insertion --- sys/net/if_vlan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c index 5b7cf7608508..6ff8daf36a11 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