about summary refs log tree commit homepage
path: root/lib/dtas/sigevent/pipe.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dtas/sigevent/pipe.rb')
-rw-r--r--lib/dtas/sigevent/pipe.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dtas/sigevent/pipe.rb b/lib/dtas/sigevent/pipe.rb
index 921a5b3..0ea9d31 100644
--- a/lib/dtas/sigevent/pipe.rb
+++ b/lib/dtas/sigevent/pipe.rb
@@ -3,7 +3,7 @@
 # frozen_string_literal: true
 
 # used in various places for safe wakeups from IO.select via signals
-# A fallback for non-Linux systems lacking the "sleepy_penguin" RubyGem
+# A fallback for non-Linux systems lacking the "splice" syscall
 require_relative '../nonblock'
 class DTAS::Sigevent # :nodoc:
   attr_reader :to_io