diff options
author | peter <peter@FreeBSD.org> | 2001-08-23 01:49:12 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-08-23 01:49:12 +0000 |
commit | fdba1bd8ed7987687e5eadff5221629a5888814d (patch) | |
tree | 1d4d35c8335b54d9e9b2386211baee225c8fcb2b /sys/amd64 | |
parent | 546d8cf46c8b08b060517f0744e5e59a922fe866 (diff) | |
download | FreeBSD-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/amd64')
-rw-r--r-- | sys/amd64/amd64/machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index 36ea8e6..c74e9cb 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) { |