summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-08-23 01:49:12 +0000
committerpeter <peter@FreeBSD.org>2001-08-23 01:49:12 +0000
commitfdba1bd8ed7987687e5eadff5221629a5888814d (patch)
tree1d4d35c8335b54d9e9b2386211baee225c8fcb2b /sys/i386
parent546d8cf46c8b08b060517f0744e5e59a922fe866 (diff)
downloadFreeBSD-src-fdba1bd8ed7987687e5eadff5221629a5888814d.zip
FreeBSD-src-fdba1bd8ed7987687e5eadff5221629a5888814d.tar.gz
Fix a comment error that was fixed in the pc98 version. hw.maxmem is
really hw.physmem.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c
index 36ea8e6..c74e9cb 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) {
OpenPOWER on IntegriCloud