From: Ben Pfaff Date: Wed, 24 Sep 2008 19:43:23 +0000 (-0700) Subject: Fix typo in comment. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a53f52b25640935c1b04314bedb7f0ceef09ae41;p=sliver-openvswitch.git Fix typo in comment. --- diff --git a/include/poll-loop.h b/include/poll-loop.h index c56bc0663..2be3ded38 100644 --- 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 continuously ready, the application * should bound the amount of work it does between poll_block() calls. */ #ifndef POLL_LOOP_H