about summary refs log tree commit homepage
path: root/lib/rainbows/xepoll_thread_spawn.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-31 08:33:04 -0700
committerEric Wong <normalperson@yhbt.net>2011-05-31 08:33:04 -0700
commitd40aff8c3fb6ecce314897837c28d9400fbf38a8 (patch)
tree96bcb14412ed69beb44f1de46fd97c4de0d8f75f /lib/rainbows/xepoll_thread_spawn.rb
parentcfe9a6d38533d380112f2b99bea9a1a3664f0395 (diff)
downloadrainbows-d40aff8c3fb6ecce314897837c28d9400fbf38a8.tar.gz
Linux 3.0.0 is just around the corner and of course newer
than 2.6.
Diffstat (limited to 'lib/rainbows/xepoll_thread_spawn.rb')
-rw-r--r--lib/rainbows/xepoll_thread_spawn.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/xepoll_thread_spawn.rb b/lib/rainbows/xepoll_thread_spawn.rb
index 21de55c..2f71906 100644
--- a/lib/rainbows/xepoll_thread_spawn.rb
+++ b/lib/rainbows/xepoll_thread_spawn.rb
@@ -14,7 +14,7 @@ require "raindrops"
 #
 # === Disadvantages
 #
-# This is only supported under Linux 2.6 kernels.
+# This is only supported under Linux 2.6 and later kernels.
 #
 # === Compared to CoolioThreadSpawn
 #