From: deraadt Date: Sat, 1 Feb 1997 00:58:25 +0000 (+0000) Subject: grammar error X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b424d027ad962dc2c2716c585750278ab838d385;p=openbsd grammar error --- 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;