diff options
| author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-06-22 16:05:53 +0200 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-06-22 16:05:53 +0200 |
| commit | e7bfa556ad2ff0058260d5b9c27705fee4b74951 (patch) | |
| tree | cc1e4508192b1a5c1bbca9a41c510199d7d8bcf0 | |
| parent | 3c41f98e0c5bd6dce0bfd5a9573c7c332bc784fd (diff) | |
| download | plan9front-e7bfa556ad2ff0058260d5b9c27705fee4b74951.tar.xz | |
pc64: fix comment for preallocpages()
| -rw-r--r-- | sys/src/9/pc64/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/src/9/pc64/main.c b/sys/src/9/pc64/main.c index f0ef162bc..2c9ea78f7 100644 --- a/sys/src/9/pc64/main.c +++ b/sys/src/9/pc64/main.c @@ -250,8 +250,7 @@ confinit(void) } /* - * The palloc.pages array takes arround 5% of the amount - * of upages which can be a large chunk out of the 2GB + * The palloc.pages array can be a large chunk out of the 2GB * window above KZERO, so we allocate the array from * upages and map in the VMAP window before pageinit() */ |
