aboutsummaryrefslogtreecommitdiff
path: root/procfs/main.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2015-01-03 10:16:12 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-01-03 13:10:59 +0100
commit29a30c44bb8cecb341df211bcb3b330f515c9003 (patch)
treea967801d7a065483d55228f5d241798c4314d998 /procfs/main.c
parentc7441b5eb9bd4327845a1704e07903bacff08962 (diff)
downloadhurd-29a30c44bb8cecb341df211bcb3b330f515c9003.tar.gz
hurd-29a30c44bb8cecb341df211bcb3b330f515c9003.tar.bz2
hurd-29a30c44bb8cecb341df211bcb3b330f515c9003.zip
procfs: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'procfs/main.c')
-rw-r--r--procfs/main.c2
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,