summaryrefslogtreecommitdiffstats
path: root/sys/sys/mbuf.h
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2014-10-27 16:13:51 +0000
committerglebius <glebius@FreeBSD.org>2014-10-27 16:13:51 +0000
commit554522807beced33a86969a1b8a481dd225782ae (patch)
treec73f298dba699587e1c45a0b96b42914650290d5 /sys/sys/mbuf.h
parent144232fef225ce729d2ce781a63e433ecff50323 (diff)
downloadFreeBSD-src-554522807beced33a86969a1b8a481dd225782ae.zip
FreeBSD-src-554522807beced33a86969a1b8a481dd225782ae.tar.gz
Tiny comment fixup.
Diffstat (limited to 'sys/sys/mbuf.h')
-rw-r--r--sys/sys/mbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h
index a2411317..190900c 100644
--- a/sys/sys/mbuf.h
+++ b/sys/sys/mbuf.h
@@ -393,7 +393,7 @@ void sf_ext_free(void *, void *);
* Outbound flags that are set by upper protocol layers requesting lower
* layers, or ideally the hardware, to perform these offloading tasks.
* For outbound packets this field and its flags can be directly tested
- * against if_data.ifi_hwassist.
+ * against ifnet if_hwassist.
*/
#define CSUM_IP 0x00000001 /* IP header checksum offload */
#define CSUM_IP_UDP 0x00000002 /* UDP checksum offload */
OpenPOWER on IntegriCloud