summaryrefslogtreecommitdiff
path: root/sys/dev/isa
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-12-08 20:50:01 +0000
committerandvar <andvar@NetBSD.org>2021-12-08 20:50:01 +0000
commitc8d61b77f5383c21033f030932ccc34a65beea31 (patch)
tree0d34baba080594cc2a364bf9afe7b644aa73f1e3 /sys/dev/isa
parent87c4600b50dd67fe768c200a819c73c907443ff2 (diff)
fix various typos in comments and log messages.
Diffstat (limited to 'sys/dev/isa')
-rw-r--r--sys/dev/isa/if_le_isa.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isa/if_le_isa.c b/sys/dev/isa/if_le_isa.c
index 0afabc12dba..9ada89db4c4 100644
--- a/sys/dev/isa/if_le_isa.c
+++ b/sys/dev/isa/if_le_isa.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if_le_isa.c,v 1.51 2021/08/07 16:19:12 thorpej Exp $ */
+/* $NetBSD: if_le_isa.c,v 1.52 2021/12/08 20:50:02 andvar Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_le_isa.c,v 1.51 2021/08/07 16:19:12 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_le_isa.c,v 1.52 2021/12/08 20:50:02 andvar Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -348,7 +348,7 @@ le_isa_attach(device_t parent, struct le_softc *lesc,
}
if (bus_dmamap_load(dmat, lesc->sc_dmam,
sc->sc_mem, LE_ISA_MEMSIZE, NULL, BUS_DMA_NOWAIT)) {
- aprint_error_dev(sc->sc_dev, "coundn't load DMA map\n");
+ aprint_error_dev(sc->sc_dev, "couldn't load DMA map\n");
bus_dmamem_free(dmat, &seg, rseg);
return;
}