From af7ca7c85db98a2db126ddb25b20ed88f4f2deb6 Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Sun, 1 May 2016 16:13:05 +0000 Subject: usr.bin: minor spelling fixes on comments. No functional change. --- usr.bin/timeout/timeout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/timeout/timeout.c') diff --git a/usr.bin/timeout/timeout.c b/usr.bin/timeout/timeout.c index 804efd8131f6b..d682541e9162b 100644 --- a/usr.bin/timeout/timeout.c +++ b/usr.bin/timeout/timeout.c @@ -227,7 +227,7 @@ main(int argc, char **argv) argv++; if (!foreground) { - /* Aquire a reaper */ + /* Acquire a reaper */ if (procctl(P_PID, getpid(), PROC_REAP_ACQUIRE, NULL) == -1) err(EX_OSERR, "Fail to acquire the reaper"); } -- cgit v1.3