svn commit: r271850 - head/sys/dev/sf
Gleb Smirnoff
glebius at FreeBSD.org
Fri Sep 19 03:55:20 UTC 2014
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) {
More information about the svn-src-all
mailing list