From 66875a2affe4bc12e2bc27b2e02dd7ebd4850c50 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 23 Aug 2001 01:49:12 +0000 Subject: [PATCH] Fix a comment error that was fixed in the pc98 version. hw.maxmem is really hw.physmem. --- sys/amd64/amd64/machdep.c | 2 +- sys/i386/i386/machdep.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index 36ea8e606be..c74e9cb9557 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -1605,7 +1605,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/i386/i386/machdep.c b/sys/i386/i386/machdep.c index 36ea8e606be..c74e9cb9557 100644 --- a/sys/i386/i386/machdep.c +++ b/sys/i386/i386/machdep.c @@ -1605,7 +1605,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) {