aboutsummaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2004-01-18 19:29:04 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2004-01-18 19:29:04 +0000
commita4e16ddd8db090862a3dc583520a167eab45177a (patch)
treeb0fda13a10b5e9216728cb1d46067a0ba645aac8 /sys/net
parented4788962e8f104a766a87186bbd0452249dcb75 (diff)
Notes
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_vlan_var.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/net/if_vlan_var.h b/sys/net/if_vlan_var.h
index 409db0083e08..871c0d3871fa 100644
--- a/sys/net/if_vlan_var.h
+++ b/sys/net/if_vlan_var.h
@@ -62,10 +62,10 @@ struct vlanreq {
/*
* Drivers that are capable of adding and removing the VLAN header
* in hardware indicate they support this by marking IFCAP_VLAN_HWTAGGING
- * in if_capabilities. Drivers for hardware that is also capable
+ * in if_capabilities. Drivers for hardware that is capable
* of handling larger MTU's that may include a software-appended
- * VLAN header w/o lowering the normal MTU should mark IFCAP_VLA_MTU
- * in if_capabilities; this notfies the VLAN code it can leave the
+ * VLAN header w/o lowering the normal MTU should mark IFCAP_VLAN_MTU
+ * in if_capabilities; this notifies the VLAN code it can leave the
* MTU on the vlan interface at the normal setting.
*/