From: Matthew Dillon Date: Thu, 2 Oct 2003 19:26:35 +0000 (+0000) Subject: correct a comment. X-Git-Tag: v2.0.1~12886 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/eb7d35b80a8d833be94af8eb6f7a8035666f1481 correct a comment. --- diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c index a994966bec..71c4c69916 100644 --- a/sys/i386/i386/machdep.c +++ b/sys/i386/i386/machdep.c @@ -36,7 +36,7 @@ * * from: @(#)machdep.c 7.4 (Berkeley) 6/3/91 * $FreeBSD: src/sys/i386/i386/machdep.c,v 1.385.2.30 2003/05/31 08:48:05 alc Exp $ - * $DragonFly: src/sys/i386/i386/Attic/machdep.c,v 1.36 2003/09/26 19:23:35 dillon Exp $ + * $DragonFly: src/sys/i386/i386/Attic/machdep.c,v 1.37 2003/10/02 19:26:35 dillon Exp $ */ #include "use_apm.h" @@ -1662,7 +1662,7 @@ physmap_done: #endif /* - * hw.maxmem is a size in bytes; we also allow k, m, and g suffixes + * hw.physmem is a size in bytes; we also allow k, m, and g suffixes * for the appropriate modifiers. This overrides MAXMEM. */ if ((cp = getenv("hw.physmem")) != NULL) { diff --git a/sys/platform/pc32/i386/machdep.c b/sys/platform/pc32/i386/machdep.c index 720321387a..512a264dde 100644 --- a/sys/platform/pc32/i386/machdep.c +++ b/sys/platform/pc32/i386/machdep.c @@ -36,7 +36,7 @@ * * from: @(#)machdep.c 7.4 (Berkeley) 6/3/91 * $FreeBSD: src/sys/i386/i386/machdep.c,v 1.385.2.30 2003/05/31 08:48:05 alc Exp $ - * $DragonFly: src/sys/platform/pc32/i386/machdep.c,v 1.36 2003/09/26 19:23:35 dillon Exp $ + * $DragonFly: src/sys/platform/pc32/i386/machdep.c,v 1.37 2003/10/02 19:26:35 dillon Exp $ */ #include "use_apm.h" @@ -1662,7 +1662,7 @@ physmap_done: #endif /* - * hw.maxmem is a size in bytes; we also allow k, m, and g suffixes + * hw.physmem is a size in bytes; we also allow k, m, and g suffixes * for the appropriate modifiers. This overrides MAXMEM. */ if ((cp = getenv("hw.physmem")) != NULL) {