From b0c40fca240dec15e8d709f14115d94ef6766c1b Mon Sep 17 00:00:00 2001 From: marcandre Date: Sat, 9 Mar 2013 01:01:25 +0000 Subject: [PATCH] * io.c: Fix rdoc typo [Github fixes #256] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.c b/io.c index 6107fd3e30..1ec1e8da95 100644 --- a/io.c +++ b/io.c @@ -8350,7 +8350,7 @@ rb_io_advise(int argc, VALUE *argv, VALUE io) * Calls select(2) system call. * It monitors given arrays of IO objects, waits one or more * of IO objects ready for reading, are ready for writing, - * and have pending exceptions respectably, and returns an array that + * and have pending exceptions respectively, and returns an array that * contains arrays of those IO objects. It will return nil * if optional timeout value is given and no IO object * is ready in timeout seconds.