about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-03-10 04:43:06 +0000
committerEric Wong <normalperson@yhbt.net>2011-03-10 04:43:29 +0000
commitd76fe634dfb3ed40b2ff02307963ac38d731d54e (patch)
tree6bb6ac5df055d567414d93248e8ff4023de6a022
parent3721229d20880694f3c5a3a7a3fa401b19c5870b (diff)
downloadsleepy_penguin-d76fe634dfb3ed40b2ff02307963ac38d731d54e.tar.gz
-rw-r--r--ext/sleepy_penguin/signalfd.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/sleepy_penguin/signalfd.c b/ext/sleepy_penguin/signalfd.c
index 2752262..2f8cd45 100644
--- a/ext/sleepy_penguin/signalfd.c
+++ b/ext/sleepy_penguin/signalfd.c
@@ -242,11 +242,11 @@ void sleepy_penguin_init_signalfd(void)
          * an alternative to Signal.trap that may be monitored using
          * IO.select or Epoll.
          *
-         * SignalFD appears interact unpredictably with YARV (Ruby 1.9) signal
-         * handling and has been unreliable in our testing. Since Ruby has a
-         * decent signal handling interface anyways, this class is less useful
-         * than signalfd() in a C-only environment.
-         *
+         * SignalFD appears interact unpredictably with YARV (Ruby 1.9) signal
+         * handling and has been unreliable in our testing. Since Ruby has a
+         * decent signal handling interface anyways, this class is less useful
+         * than signalfd() in a C-only environment.
+         *
          * It is not supported at all under (Matz) Ruby 1.8.
          */
         cSignalFD = rb_define_class_under(mSleepyPenguin, "SignalFD", rb_cIO);