about summary refs log tree commit homepage
path: root/lib
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
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')
-rw-r--r--lib/rainbows/xepoll_thread_pool.rb2
-rw-r--r--lib/rainbows/xepoll_thread_spawn.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/rainbows/xepoll_thread_pool.rb b/lib/rainbows/xepoll_thread_pool.rb
index ec33e93..6e36a28 100644
--- a/lib/rainbows/xepoll_thread_pool.rb
+++ b/lib/rainbows/xepoll_thread_pool.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 CoolioThreadPool
 #
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
 #