about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
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
 #