diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c index 874a3a1b..a53485b3 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -444,7 +444,7 @@ strio_nil(VALUE self) } /* - * Returns an object itself. Just for compatibility to IO. + * Returns +self+; for compatibility with IO. */ static VALUE strio_self(VALUE self)