Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Fix possible typo in comment (s/MAXALLOCSIZE/MAXALLO...



details:   https://anonhg.NetBSD.org/src/rev/8dd35576ca41
branches:  trunk
changeset: 517887:8dd35576ca41
user:      enami <enami%NetBSD.org@localhost>
date:      Wed Nov 21 00:58:08 2001 +0000

description:
Fix possible typo in comment (s/MAXALLOCSIZE/MAXALLOCSAVE/).

diffstat:

 sys/sys/param.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9c1be9051b98 -r 8dd35576ca41 sys/sys/param.h
--- a/sys/sys/param.h   Wed Nov 21 00:55:39 2001 +0000
+++ b/sys/sys/param.h   Wed Nov 21 00:58:08 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.132 2001/11/15 18:06:11 soren Exp $        */
+/*     $NetBSD: param.h,v 1.133 2001/11/21 00:58:08 enami Exp $        */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -233,7 +233,7 @@
  * size allocations should be done infrequently as they will be slow.
  *
  * Constraints: NBPG <= MAXALLOCSAVE <= 2 ** (MINBUCKET + 14), and
- * MAXALLOCSIZE must be a power of two.
+ * MAXALLOCSAVE must be a power of two.
  */
 #define        MINBUCKET       4               /* 4 => min allocation of 16 bytes */
 #define        MAXALLOCSAVE    (2 * NBPG)



Home | Main Index | Thread Index | Old Index