summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2000-05-15 06:14:26 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2000-05-15 06:14:26 +0000
commitcbf37e5af226a759d54fa5dcabb2b166cb64e503 (patch)
tree479446ba63685bce674be03122d585300fac7e82 /sys/arch
parent16b5bae99ccd361280e26e8fba6c27ed032f7f39 (diff)
comment typo
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/i386/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c
index 6296e5c11a2..cb58ba9e593 100644
--- a/sys/arch/i386/i386/machdep.c
+++ b/sys/arch/i386/i386/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.131 2000/04/24 18:56:56 niklas Exp $ */
+/* $OpenBSD: machdep.c,v 1.132 2000/05/15 06:14:25 niklas Exp $ */
/* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */
/*-
@@ -588,7 +588,7 @@ setup_buffers(maxaddr)
if (!ALLOC_PGS(CHUNKSZ, ISADMA_LIMIT, saved_pgs)) {
/*
* Then, grab as much ISA DMAable memory as possible
- * for the buffer * cache as it is nice to not need to
+ * for the buffer cache as it is nice to not need to
* bounce all buffer I/O.
*/
for (left = bufpages; left > 0; left -= chunk) {