aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if.h
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2007-05-02 11:13:48 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2007-05-02 11:13:48 +0000
commitd562befcdd823e65c76d813af28142d0356b8665 (patch)
tree4e2c4f92c10bc9903c768abe27b8746d7c693f04 /sys/net/if.h
parentae34b8fc6589e03ae71a90c9806487324bc72cfd (diff)
downloadsrc-d562befcdd823e65c76d813af28142d0356b8665.tar.gz
src-d562befcdd823e65c76d813af28142d0356b8665.zip
Fix a couple of typos in a comment.
Notes
Notes: svn path=/head/; revision=169207
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 cecb123ec722..177176da84d1 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 */