summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-02-01 00:58:26 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-02-01 00:58:26 +0000
commit0564e6a88faf84ff128ecc665e94ac688b9b88b5 (patch)
tree73d759474df920fc8f3928f86be11cc40ca8d95e
parent6b03d90d3ab0f442805b2c7a3e60b38dc94162bd (diff)
grammar error
-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 922638f8e48..51ab4809612 100644
--- a/sys/arch/i386/i386/machdep.c
+++ b/sys/arch/i386/i386/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.37 1997/02/01 00:31:49 niklas Exp $ */
+/* $OpenBSD: machdep.c,v 1.38 1997/02/01 00:58:25 deraadt Exp $ */
/* $NetBSD: machdep.c,v 1.202 1996/05/18 15:54:59 christos Exp $ */
/*-
@@ -405,7 +405,7 @@ allocsys(v)
nbuf = (VM_MAX_KERNEL_ADDRESS-VM_MIN_KERNEL_ADDRESS) /
MAXBSIZE * 7 / 10;
- /* More buffer pages that fits into the buffers is senseless. */
+ /* More buffer pages than fits into the buffers is senseless. */
if (bufpages > nbuf * MAXBSIZE / CLBYTES)
bufpages = nbuf * MAXBSIZE / CLBYTES;