diff options
Diffstat (limited to 'procfs/main.c')
-rw-r--r-- | procfs/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procfs/main.c b/procfs/main.c index 320f55b2..d07dea80 100644 --- a/procfs/main.c +++ b/procfs/main.c @@ -154,7 +154,7 @@ struct argp_option common_options[] = { "purposes. If PID is omitted, \"self\" will point to init. " "(default: no self link)" }, { "kernel-process", 'k', "PID", 0, - "Process identifier for the kernel, used to retreive its command " + "Process identifier for the kernel, used to retrieve its command " "line, as well as the global up and idle times. " "(default: " STR (OPT_KERNEL_PID) ")" }, { "compatible", 'c', NULL, 0, |