From fa8b4d63db00974298340e87e8d9f7592e618490 Mon Sep 17 00:00:00 2001 From: Pyun YongHyeon Date: Wed, 10 Mar 2010 21:37:19 +0000 Subject: [PATCH] Fix typo in r204978. Pointed out by: marius --- sys/dev/bge/if_bge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/bge/if_bge.c b/sys/dev/bge/if_bge.c index 62e1dfffc18..b21fd72c235 100644 --- a/sys/dev/bge/if_bge.c +++ b/sys/dev/bge/if_bge.c @@ -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) {