diff options
author | yar <yar@FreeBSD.org> | 2005-01-24 15:48:00 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2005-01-24 15:48:00 +0000 |
commit | 48c3845c46414d95447af0856f3b03dac654a416 (patch) | |
tree | 62dd8d75510acca18da6b59bf2c5ba3dcccefc32 /sys/net | |
parent | 219be4fec7f3194e6971463f779eac4b2a8024b6 (diff) | |
download | FreeBSD-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.c | 2 |
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); |