From 29a30c44bb8cecb341df211bcb3b330f515c9003 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 3 Jan 2015 10:16:12 +0100 Subject: procfs: Fix typos in comments (found by codespell) Signed-off-by: Stefan Weil --- procfs/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'procfs/main.c') 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, -- cgit v1.2.3