projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb91e6e
)
Fix typo in comment.
author
Ben Pfaff
<blp@nicira.com>
Wed, 24 Sep 2008 19:43:23 +0000
(12:43 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 24 Sep 2008 19:43:23 +0000
(12:43 -0700)
include/poll-loop.h
patch
|
blob
|
history
diff --git
a/include/poll-loop.h
b/include/poll-loop.h
index c56bc066391bbbc1a1cd4ef1f153c97143a36cfc..2be3ded388df3686f23ba14879b31034074fc6f7 100644
(file)
--- a/
include/poll-loop.h
+++ b/
include/poll-loop.h
@@
-43,7
+43,7
@@
*
* There is also some support for autonomous subroutines that are executed by
* poll_block() when a file descriptor becomes ready. To prevent these
- * routines from starving if events are continously ready, the application
+ * routines from starving if events are contin
u
ously ready, the application
* should bound the amount of work it does between poll_block() calls. */
#ifndef POLL_LOOP_H