summaryrefslogtreecommitdiff
path: root/kern/kmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/kmem.c')
-rw-r--r--kern/kmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/kmem.c b/kern/kmem.c
index 6aded092..90557310 100644
--- a/kern/kmem.c
+++ b/kern/kmem.c
@@ -1168,7 +1168,7 @@ kmem_shell_info(int argc, char **argv)
static struct shell_cmd kmem_shell_cmds[] = {
SHELL_CMD_INITIALIZER("kmem_info", kmem_shell_info,
"kmem_info [<cache_name>]",
- "print information about kernel memory and caches"),
+ "display information about kernel memory and caches"),
};
#endif /* X15_SHELL */