summaryrefslogtreecommitdiff
path: root/kern/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/thread.c')
-rw-r--r--kern/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/thread.c b/kern/thread.c
index 713c28fd..e290be29 100644
--- a/kern/thread.c
+++ b/kern/thread.c
@@ -2287,7 +2287,7 @@ error:
static struct shell_cmd thread_shell_cmds[] = {
SHELL_CMD_INITIALIZER("thread_trace", thread_shell_trace,
"thread_trace <task_name> <thread_name>",
- "print the stack trace of a given thread"),
+ "display the stack trace of a given thread"),
};
#endif /* X15_SHELL */