summaryrefslogtreecommitdiffstats
path: root/sys/net/if_vlan.c
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-14 13:16:21 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-14 13:16:21 +0000
commit83f8be73a9e4a4d27dd59d4698e08886b81a923e (patch)
tree9fd7b1963b4935d2d0aa909d205a1b7028a3129a /sys/net/if_vlan.c
parent5fd02ba285080f28a753bc366fff2234019bf100 (diff)
downloadFreeBSD-src-83f8be73a9e4a4d27dd59d4698e08886b81a923e.zip
FreeBSD-src-83f8be73a9e4a4d27dd59d4698e08886b81a923e.tar.gz
Fix typo and comma placement.
Diffstat (limited to 'sys/net/if_vlan.c')
-rw-r--r--sys/net/if_vlan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c
index aa7ced1..5b7cf76 100644
--- a/sys/net/if_vlan.c
+++ b/sys/net/if_vlan.c
@@ -47,8 +47,8 @@
* 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
- * alone). If the interface as the LINK0 flag set, then it will
- * not modify the ethernet header on output because the parent
+ * alone). If the interface has the LINK0 flag set, then it will
+ * not modify the ethernet header on output, because the parent
* can do that for itself. On input, the parent can call vlan_input_tag()
* directly in order to supply us with an incoming mbuf and the vlan
* tag value that goes with it.
OpenPOWER on IntegriCloud