Fix typo.

Submitted by:	jkim
This commit is contained in:
Gleb Smirnoff 2014-09-19 03:55:19 +00:00
parent c8dfaf382f
commit 9d204116ad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=271850

View File

@ -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) {