about summary refs log tree commit homepage
path: root/lib/unicorn.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unicorn.rb')
-rw-r--r--lib/unicorn.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicorn.rb b/lib/unicorn.rb
index cf0ed8c..bcf5c3b 100644
--- a/lib/unicorn.rb
+++ b/lib/unicorn.rb
@@ -537,7 +537,7 @@ module Unicorn
 
         # make the following bet: if we accepted clients this round,
         # we're probably reasonably busy, so avoid calling select()
-        # and do a speculative accept_nonblock on every listener
+        # and do a speculative accept_nonblock on ready listeners
         # before we sleep again in select().
         redo unless nr == 0 # (nr < 0) => reopen logs