about summary refs log tree commit homepage
path: root/ext/sleepy_penguin/splice.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sleepy_penguin/splice.c')
-rw-r--r--ext/sleepy_penguin/splice.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/sleepy_penguin/splice.c b/ext/sleepy_penguin/splice.c
index 59ddac7..0000244 100644
--- a/ext/sleepy_penguin/splice.c
+++ b/ext/sleepy_penguin/splice.c
@@ -156,14 +156,14 @@ void sleepy_penguin_init_splice(void)
         /*
          * fcntl() command constant used to return the size of a pipe.
          * This constant is only defined when running Linux 2.6.35
-         * or later.  For convenience, use IO#pipe_size instead.
+         * or later.
          */
         rb_define_const(mod, "F_GETPIPE_SZ", UINT2NUM(F_GETPIPE_SZ));
 
         /*
          * fcntl() command constant used to set the size of a pipe.
          * This constant is only defined when running Linux 2.6.35
-         * or later.  For convenience, use IO#pipe_size= instead.
+         * or later.
          */
         rb_define_const(mod, "F_SETPIPE_SZ", UINT2NUM(F_SETPIPE_SZ));