summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2009-03-25 07:05:23 +0000
committeryongari <yongari@FreeBSD.org>2009-03-25 07:05:23 +0000
commitbc0e1a5a120d644a63724e82335a0bd280b7f5db (patch)
tree55d201104f32ca436464cf7a4aeb8f20b00c3bab /sys
parentad7291d1d23991c91f5f45a2ca8ab783c3572867 (diff)
downloadFreeBSD-src-bc0e1a5a120d644a63724e82335a0bd280b7f5db.zip
FreeBSD-src-bc0e1a5a120d644a63724e82335a0bd280b7f5db.tar.gz
Fix typo.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/msk/if_msk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/msk/if_msk.c b/sys/dev/msk/if_msk.c
index 466fbba..17bced0 100644
--- a/sys/dev/msk/if_msk.c
+++ b/sys/dev/msk/if_msk.c
@@ -4170,7 +4170,7 @@ msk_sysctl_node(struct msk_if_softc *sc_if)
child, rx_pkts_too_long, "frames too long");
MSK_SYSCTL_STAT32(sc_if, ctx, "jabbers",
child, rx_pkts_jabbers, "Jabber errors");
- MSK_SYSCTL_STAT32(sc_if, ctx, "jabbers",
+ MSK_SYSCTL_STAT32(sc_if, ctx, "overflows",
child, rx_fifo_oflows, "FIFO overflows");
tree = SYSCTL_ADD_NODE(ctx, schild, OID_AUTO, "tx", CTLFLAG_RD,
OpenPOWER on IntegriCloud