diff options
Diffstat (limited to 'vm/vm_page.c')
-rw-r--r-- | vm/vm_page.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_page.c b/vm/vm_page.c index b6753192..4ddf34a2 100644 --- a/vm/vm_page.c +++ b/vm/vm_page.c @@ -670,7 +670,7 @@ vm_page_shell_info(int argc, char **argv) static struct shell_cmd vm_page_shell_cmds[] = { SHELL_CMD_INITIALIZER("vm_page_info", vm_page_shell_info, "vm_page_info", - "print information about physical memory"), + "display information about physical memory"), }; #endif /* X15_SHELL */ |