ext/kgio/wait.c in kgio-2.6.0 vs ext/kgio/wait.c in kgio-2.7.0

- old
+ new

@@ -66,10 +66,10 @@ } /* * call-seq: * - * io.kgio_wait_writeable -> IO + * io.kgio_wait_writable -> IO * io.kgio_wait_writable(timeout) -> IO or nil * * Blocks the running Thread indefinitely until the IO object is writable * or if +timeout+ expires. If +timeout+ is specified and expires, +nil+ * is returned.