From: Ben Pfaff Date: Wed, 1 Oct 2008 18:41:29 +0000 (-0700) Subject: Fix typo in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33ec3ab0c82d12e321b1a771df41bf049b2f3683;hp=22956af80b670ddfc7919dc08fd205e14cd32d49;p=openvswitch Fix typo in comment. --- diff --git a/lib/poll-loop.c b/lib/poll-loop.c index d65c6afb..1be0ea65 100644 --- a/lib/poll-loop.c +++ b/lib/poll-loop.c @@ -117,7 +117,7 @@ poll_immediate_wake(void) * elapses, or not at all if poll_immediate_wake() has been called. * * Also executes any autonomous subroutines registered with poll_fd_callback(), - * if their file descriptor have become ready. */ + * if their file descriptors have become ready. */ void poll_block(void) {