summaryrefslogtreecommitdiffstats
path: root/sys/net/if_vlan.c
diff options
context:
space:
mode:
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 ee19312..02762b4 100644
--- a/sys/net/if_vlan.c
+++ b/sys/net/if_vlan.c
@@ -365,7 +365,7 @@ vlan_clone_create(struct if_clone *ifc, char *name, size_t len)
ifp->if_softc = ifv;
/*
- * Set the name manually rather then using if_initname because
+ * Set the name manually rather than using if_initname because
* we don't conform to the default naming convention for interfaces.
*/
strlcpy(ifp->if_xname, name, IFNAMSIZ);
OpenPOWER on IntegriCloud