Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2014 03:55:20 +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: r271850 - head/sys/dev/sf
Message-ID:  <201409190355.s8J3tKVf056943@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glebius
Date: Fri Sep 19 03:55:19 2014
New Revision: 271850
URL: http://svnweb.freebsd.org/changeset/base/271850

Log:
  Fix typo.
  
  Submitted by:	jkim

Modified:
  head/sys/dev/sf/if_sf.c

Modified: head/sys/dev/sf/if_sf.c
==============================================================================
--- head/sys/dev/sf/if_sf.c	Fri Sep 19 03:51:26 2014	(r271849)
+++ head/sys/dev/sf/if_sf.c	Fri Sep 19 03:55:19 2014	(r271850)
@@ -1566,7 +1566,7 @@ sf_rxeof(struct sf_softc *sc)
 		m = rxd->rx_m;
 
 		/*
-		 * Note, IFCOUNTER_IPACKETS and ICOUNTER_IERRORS
+		 * Note, IFCOUNTER_IPACKETS and IFCOUNTER_IERRORS
 		 * are handled in sf_stats_update().
 		 */
 		if ((status & SF_RXSTAT1_OK) == 0) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409190355.s8J3tKVf056943>