]> git.proxmox.com Git - mirror_ovs.git/commitdiff
poll-loop: Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Wed, 10 Jul 2013 17:54:52 +0000 (10:54 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 12 Jul 2013 00:06:09 +0000 (17:06 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ed Maste <emaste@freebsd.org>
lib/poll-loop.h

index e77d0275ed9e60191e8fe10f5a999da621c1e55f..4c488eedc604fed4e5acdfd43f19e784a8040327 100644 (file)
@@ -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.: