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.
                 */
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to