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

Pyun YongHyeon yongari at FreeBSD.org
Wed Mar 10 21:37:19 UTC 2010


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) {


More information about the svn-src-head mailing list