Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2009 07:05:23 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r190407 - head/sys/dev/msk
Message-ID:  <200903250705.n2P75NP1068632@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yongari
Date: Wed Mar 25 07:05:23 2009
New Revision: 190407
URL: http://svn.freebsd.org/changeset/base/190407

Log:
  Fix typo.

Modified:
  head/sys/dev/msk/if_msk.c

Modified: head/sys/dev/msk/if_msk.c
==============================================================================
--- head/sys/dev/msk/if_msk.c	Wed Mar 25 07:01:45 2009	(r190406)
+++ head/sys/dev/msk/if_msk.c	Wed Mar 25 07:05:23 2009	(r190407)
@@ -4170,7 +4170,7 @@ msk_sysctl_node(struct msk_if_softc *sc_
 	    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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903250705.n2P75NP1068632>