Author: glebius
Date: Mon Oct 27 16:13:51 2014
New Revision: 273741
URL: https://svnweb.freebsd.org/changeset/base/273741

Log:
  Tiny comment fixup.

Modified:
  head/sys/sys/mbuf.h

Modified: head/sys/sys/mbuf.h
==============================================================================
--- head/sys/sys/mbuf.h Mon Oct 27 16:08:41 2014        (r273740)
+++ head/sys/sys/mbuf.h Mon Oct 27 16:13:51 2014        (r273741)
@@ -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 
*/
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to