projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22956af
)
Fix typo in comment.
author
Ben Pfaff
<blp@nicira.com>
Wed, 1 Oct 2008 18:41:29 +0000
(11:41 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Mon, 6 Oct 2008 16:44:45 +0000
(09:44 -0700)
lib/poll-loop.c
patch
|
blob
|
history
diff --git
a/lib/poll-loop.c
b/lib/poll-loop.c
index d65c6afb19ebb9c266a3833f19146dae18e00ec6..1be0ea65263210e5cd5cda916290cd00b1ddaa69 100644
(file)
--- 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 descriptor
s
have become ready. */
void
poll_block(void)
{