From 33ec3ab0c82d12e321b1a771df41bf049b2f3683 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 1 Oct 2008 11:41:29 -0700 Subject: [PATCH] Fix typo in comment. --- lib/poll-loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2