summaryrefslogtreecommitdiffstats
path: root/sys/net
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2005-01-24 15:48:00 +0000
committeryar <yar@FreeBSD.org>2005-01-24 15:48:00 +0000
commit48c3845c46414d95447af0856f3b03dac654a416 (patch)
tree62dd8d75510acca18da6b59bf2c5ba3dcccefc32 /sys/net
parent219be4fec7f3194e6971463f779eac4b2a8024b6 (diff)
downloadFreeBSD-src-48c3845c46414d95447af0856f3b03dac654a416.zip
FreeBSD-src-48c3845c46414d95447af0856f3b03dac654a416.tar.gz
Fix spelling in a comment.
Diffstat (limited to 'sys/net')
-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