Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Wed, 1 Oct 2008 18:41:29 +0000 (11:41 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 6 Oct 2008 16:44:45 +0000 (09:44 -0700)
lib/poll-loop.c

index d65c6af..1be0ea6 100644 (file)
@@ -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)
 {