diff options
| -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() */ |
