diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-01-25 21:11:02 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-01-25 21:11:02 +0000 |
commit | e49a405a1aa8349d9a715db0933faaca0c875fb4 (patch) | |
tree | 53eb3bace4b12776b4fbcbe93dc3fb55d404ad23 /libpager/pagemap.c | |
parent | 710b2421c7596c6f0c67b4b227555b7da8f0a428 (diff) |
entered into RCS
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) |