From: Ben Pfaff Date: Wed, 10 Jul 2013 17:54:52 +0000 (-0700) Subject: poll-loop: Fix typo in comment. X-Git-Tag: sliver-openvswitch-2.0.90-1~36^2~44 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ebce4552243862f9d75bd4376725ddd225c77ebc;p=sliver-openvswitch.git poll-loop: Fix typo in comment. Signed-off-by: Ben Pfaff Acked-by: Ed Maste --- 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.: