aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sf
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2014-09-19 03:55:19 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2014-09-19 03:55:19 +0000
commit9d204116ad0d454c3dc4ba037e312a0584b2cba7 (patch)
tree553470cbbf342bfc80e70cb4c5bc982650c1479e /sys/dev/sf
parentc8dfaf382fa6df9dc6fd1e1c3356e0c8bf607e6a (diff)
Fix typo.
Submitted by: jkim
Notes
svn path=/head/; revision=271850
Diffstat (limited to 'sys/dev/sf')
-rw-r--r--sys/dev/sf/if_sf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sf/if_sf.c b/sys/dev/sf/if_sf.c
index 7d30534449c3..d2c43945233b 100644
--- a/sys/dev/sf/if_sf.c
+++ b/sys/dev/sf/if_sf.c
@@ -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) {