about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--ext/sleepy_penguin/splice.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/sleepy_penguin/splice.c b/ext/sleepy_penguin/splice.c
index ab8c1ff..c9fe618 100644
--- a/ext/sleepy_penguin/splice.c
+++ b/ext/sleepy_penguin/splice.c
@@ -130,7 +130,6 @@ void sleepy_penguin_init_splice(void)
          * out of them.
          *
          * It is highly recommended this flag be set
-         * (or SleepyPenguin.trysplice used)
          * whenever splicing from a socket into a pipe unless there is
          * another (native) thread or process doing a blocking read on that
          * pipe.  Otherwise it is possible to block a single-threaded process