diff options
Diffstat (limited to 'libpager/pagemap.c')
-rw-r--r-- | libpager/pagemap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpager/pagemap.c b/libpager/pagemap.c index 355efa23..2adbcc0e 100644 --- a/libpager/pagemap.c +++ b/libpager/pagemap.c @@ -18,7 +18,7 @@ #include "priv.h" #include <string.h> -/* Grow the pagemap as necessary to deal with address OFF */ +/* Grow the pagemap of pager P as necessary to deal with address OFF */ void _pager_pagemap_resize (struct pager *p, vm_address_t off) |