Author: yongari
Date: Wed Mar 10 21:37:19 2010
New Revision: 204981
URL: http://svn.freebsd.org/changeset/base/204981

Log:
  Fix typo in r204978.
  
  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 21:35:42 2010        (r204980)
+++ head/sys/dev/bge/if_bge.c   Wed Mar 10 21:37:19 2010        (r204981)
@@ -3181,7 +3181,7 @@ bge_reset(struct bge_softc *sc)
        write_op(sc, BGE_MISC_CFG, BGE_32BITTIME_66MHZ);
        /*
         * Disable PCI-X relaxed ordering to ensure status block update
-        * comes first than packet buffer DMA. Otherwise driver may
+        * comes first then packet buffer DMA. Otherwise driver may
         * read stale status block.
         */
        if (sc->bge_flags & BGE_FLAG_PCIX) {
_______________________________________________
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