svn commit: r204979 - head/sys/dev/bge

Pyun YongHyeon yongari at FreeBSD.org
Wed Mar 10 20:55:56 UTC 2010


Author: yongari
Date: Wed Mar 10 20:55:55 2010
New Revision: 204979
URL: http://svn.freebsd.org/changeset/base/204979

Log:
  Fix typo in r204975.
  
  Pointed out by:	marius

Modified:
  head/sys/dev/bge/if_bge.c

Modified: head/sys/dev/bge/if_bge.c
==============================================================================
--- head/sys/dev/bge/if_bge.c	Wed Mar 10 20:54:08 2010	(r204978)
+++ head/sys/dev/bge/if_bge.c	Wed Mar 10 20:55:55 2010	(r204979)
@@ -1365,7 +1365,7 @@ bge_chipinit(struct bge_softc *sc)
 
 	if (sc->bge_chiprev == BGE_CHIPREV_5704_BX) {
 		/*
-		 *  Fix data corruption casued by non-qword write with WB.
+		 *  Fix data corruption caused by non-qword write with WB.
 		 *  Fix master abort in PCI mode.
 		 *  Fix PCI latency timer.
 		 */


More information about the svn-src-all mailing list