diff options
| author | andvar <andvar@NetBSD.org> | 2021-09-16 20:17:46 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2021-09-16 20:17:46 +0000 |
| commit | a4c377ebde4f244936ebf3e7a0024dd85829fcb3 (patch) | |
| tree | a4f47b4c86205e6346801cdb823a82eeb04de998 /sys/dev | |
| parent | 86b3045b83d61c2d57e92601fce3e50f52ef1393 (diff) | |
fix various typos, mainly in comments.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/if_bge.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c index a9816fd5c41..b659fb32d52 100644 --- a/sys/dev/pci/if_bge.c +++ b/sys/dev/pci/if_bge.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_bge.c,v 1.348 2021/09/03 21:55:00 andvar Exp $ */ +/* $NetBSD: if_bge.c,v 1.349 2021/09/16 20:17:47 andvar Exp $ */ /* * Copyright (c) 2001 Wind River Systems @@ -79,7 +79,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.348 2021/09/03 21:55:00 andvar Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.349 2021/09/16 20:17:47 andvar Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -2903,7 +2903,7 @@ bge_blockinit(struct bge_softc *sc) /* * Enable fix for read DMA FIFO overruns. * The fix is to limit the number of RX BDs - * the hardware would fetch at a fime. + * the hardware would fetch at a time. */ CSR_WRITE_4(sc, rdmareg, dmactl | BGE_RDMA_RSRVCTRL_FIFO_OFLW_FIX); |
