summaryrefslogtreecommitdiffstats
path: root/sys/net/if_vlan_var.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_vlan_var.h')
-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 409db00..871c0d3 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.
*/
OpenPOWER on IntegriCloud