Date: Mon, 27 Oct 2014 16:13:52 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r273741 - head/sys/sys Message-ID: <201410271613.s9RGDqrm051032@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410271613.s9RGDqrm051032>