summaryrefslogtreecommitdiff
path: root/vm/vm_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_map.c')
-rw-r--r--vm/vm_map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_map.c b/vm/vm_map.c
index d7c7fa66..abe2aa83 100644
--- a/vm/vm_map.c
+++ b/vm/vm_map.c
@@ -725,7 +725,7 @@ error:
static struct shell_cmd vm_map_shell_cmds[] = {
SHELL_CMD_INITIALIZER("vm_map_info", vm_map_shell_info,
"vm_map_info <task_name>",
- "print information about a VM map"),
+ "display information about a VM map"),
};
#endif /* X15_SHELL */