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.