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