From ebce4552243862f9d75bd4376725ddd225c77ebc Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 10 Jul 2013 10:54:52 -0700 Subject: [PATCH] poll-loop: Fix typo in comment. Signed-off-by: Ben Pfaff Acked-by: Ed Maste --- lib/poll-loop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/poll-loop.h b/lib/poll-loop.h index e77d0275e..4c488eedc 100644 --- a/lib/poll-loop.h +++ b/lib/poll-loop.h @@ -40,7 +40,7 @@ struct poll_waiter; * * The poll_loop logs the 'where' argument to each function at "debug" level * when an event causes a wakeup. Ordinarily, it is automatically filled in - * with the location in the source of the call, and caller should therefore + * with the location in the source of the call, and the caller should therefore * omit it. But, if the function you are implementing is very generic, so that * its location in the source would not be very helpful for debugging, you can * avoid the macro expansion and pass a different argument, e.g.: -- 2.47.0