about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--ext/kgio/wait.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/kgio/wait.c b/ext/kgio/wait.c
index ce368ba..7bdf0a1 100644
--- a/ext/kgio/wait.c
+++ b/ext/kgio/wait.c
@@ -68,7 +68,7 @@ static VALUE kgio_wait_readable(int argc, VALUE *argv, VALUE self)
 /*
  * 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