From: Dmitry V. Levin Date: Mon, 13 Jun 2016 22:15:49 +0000 (+0000) Subject: tests/attach-f-p.c: fix typo in comment X-Git-Tag: v4.13~144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21e3ff8d46974e7fca195d485e80afc470bfaf93;p=strace tests/attach-f-p.c: fix typo in comment --- diff --git a/tests/attach-f-p.c b/tests/attach-f-p.c index 2184990b..8e0f2058 100644 --- a/tests/attach-f-p.c +++ b/tests/attach-f-p.c @@ -127,7 +127,7 @@ main(void) retval.pid, child[i], retval.pid); } - /* sleep a bit more to late the tracer catch up */ + /* sleep a bit more to let the tracer catch up */ if (timer_settime(timerid[0], 0, &its[0], NULL)) perror_msg_and_fail("timer_settime"); int signo;