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) { _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"