From e7bfa556ad2ff0058260d5b9c27705fee4b74951 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 22 Jun 2014 16:05:53 +0200 Subject: pc64: fix comment for preallocpages() --- sys/src/9/pc64/main.c | 3 +-- 1 file changed, 1 insertion(+), 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() */ -- cgit v1.2.3