summaryrefslogtreecommitdiffstats
path: root/sys/net/if.h
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2007-05-02 11:13:48 +0000
committeryar <yar@FreeBSD.org>2007-05-02 11:13:48 +0000
commit78898ea5a86dc4f5a06f63d1f2c50c2c6497bef9 (patch)
tree4e2c4f92c10bc9903c768abe27b8746d7c693f04 /sys/net/if.h
parentc48f91f092121557558f82095943f1d716bad191 (diff)
downloadFreeBSD-src-78898ea5a86dc4f5a06f63d1f2c50c2c6497bef9.zip
FreeBSD-src-78898ea5a86dc4f5a06f63d1f2c50c2c6497bef9.tar.gz
Fix a couple of typos in a comment.
Diffstat (limited to 'sys/net/if.h')
-rw-r--r--sys/net/if.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if.h b/sys/net/if.h
index cecb123..177176d 100644
--- a/sys/net/if.h
+++ b/sys/net/if.h
@@ -187,7 +187,7 @@ struct if_data {
* contains the optional features & capabilities a particular interface
* supports (not only the driver but also the detected hw revision).
* Capabilities are defined by IFCAP_* below.
- * struct ifnet.if_capenabled
+ * struct ifnet.if_capenable
* contains the enabled (either by default or through ifconfig) optional
* features & capabilities on this interface.
* Capabilities are defined by IFCAP_* below.
@@ -195,7 +195,7 @@ struct if_data {
* contains the enabled optional feature & capabilites that can be used
* individually per packet and are specified in the mbuf pkthdr.csum_flags
* field. IFCAP_* and CSUM_* do not match one to one and CSUM_* may be
- * more detailed or differenciated that IFCAP_*.
+ * more detailed or differenciated than IFCAP_*.
* Hwassist features are defined CSUM_* in sys/mbuf.h
*/
#define IFCAP_RXCSUM 0x0001 /* can offload checksum on RX */
OpenPOWER on IntegriCloud