about summary refs log tree commit homepage
path: root/lib/rainbows/epoll.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/epoll.rb')
-rw-r--r--lib/rainbows/epoll.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/epoll.rb b/lib/rainbows/epoll.rb
index 7b49e67..a711186 100644
--- a/lib/rainbows/epoll.rb
+++ b/lib/rainbows/epoll.rb
@@ -16,7 +16,7 @@ require 'sendfile'
 # When serving static files, this is extremely unfair and optimized
 # for throughput at the expense of fairness.  This is not an issue
 # if you're not serving static files, or if your working set is
-# small enough to aways be in your kernel page cache.  This concurrency
+# small enough to always be in your kernel page cache.  This concurrency
 # model may starve clients if you have slow disks and large static files.
 #
 # === RubyGem Requirements