diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c index 5b7cf760850..6ff8daf36a1 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