about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-08-24 17:34:55 -0700
committerEric Wong <normalperson@yhbt.net>2011-08-24 17:34:55 -0700
commit71eefc0f191d2dde969e6f05f65ec1e80a305e11 (patch)
tree035431d10648cd7d1093a694c622d92458f99512
parent7d70f24ac40c984a91f3709b4bd277aaa781746e (diff)
downloadkgio-71eefc0f191d2dde969e6f05f65ec1e80a305e11.tar.gz
eye kan spel!
-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