svn commit: r190539 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb dev/msk

Pyun YongHyeon yongari at FreeBSD.org
Sun Mar 29 21:42:09 PDT 2009


Author: yongari
Date: Mon Mar 30 04:42:08 2009
New Revision: 190539
URL: http://svn.freebsd.org/changeset/base/190539

Log:
  MFC r190407:
    Fix typo.
  
  Approved by:	re (Ken Smith)

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)
  stable/7/sys/dev/ath/ath_hal/   (props changed)
  stable/7/sys/dev/cxgb/   (props changed)
  stable/7/sys/dev/msk/if_msk.c

Modified: stable/7/sys/dev/msk/if_msk.c
==============================================================================
--- stable/7/sys/dev/msk/if_msk.c	Mon Mar 30 01:47:32 2009	(r190538)
+++ stable/7/sys/dev/msk/if_msk.c	Mon Mar 30 04:42:08 2009	(r190539)
@@ -4196,7 +4196,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,


More information about the svn-src-all mailing list