about summary refs log tree commit homepage
path: root/ext/kgio/read_write.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/kgio/read_write.c')
-rw-r--r--ext/kgio/read_write.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/kgio/read_write.c b/ext/kgio/read_write.c
index 54e5c82..f43942e 100644
--- a/ext/kgio/read_write.c
+++ b/ext/kgio/read_write.c
@@ -126,7 +126,7 @@ retry:
  * Reads at most maxlen bytes from the stream socket.  Returns with a
  * newly allocated buffer, or may reuse an existing buffer if supplied.
  *
- * Calls whatever is is defined to be the kgio_wait_readable method
+ * This may block and call any method defined to +kgio_wait_readable+
  * for the class.
  *
  * Returns nil on EOF.
@@ -359,7 +359,7 @@ retry:
  *
  * Returns nil when the write completes.
  *
- * Calls whatever is is defined to be the kgio_wait_writable method
+ * This may block and call any method defined to +kgio_wait_writable+
  * for the class.
  */
 static VALUE kgio_write(VALUE io, VALUE str)