diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2004-01-18 19:29:04 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2004-01-18 19:29:04 +0000 |
| commit | a4e16ddd8db090862a3dc583520a167eab45177a (patch) | |
| tree | b0fda13a10b5e9216728cb1d46067a0ba645aac8 /sys/net | |
| parent | ed4788962e8f104a766a87186bbd0452249dcb75 (diff) | |
Notes
Diffstat (limited to 'sys/net')
| -rw-r--r-- | sys/net/if_vlan_var.h | 6 |
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. */ |
