summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/io.c b/io.c
index 8d2ed8d06c..ec0715fcea 100644
--- a/io.c
+++ b/io.c
@@ -6732,9 +6732,9 @@ rb_io_printf(int argc, VALUE *argv, VALUE out)
* printf(string [, obj ... ]) -> nil
*
* Equivalent to:
- * io.write(sprintf(string, obj, ...)
+ * io.write(sprintf(string, obj, ...))
* or
- * $stdout.write(sprintf(string, obj, ...)
+ * $stdout.write(sprintf(string, obj, ...))
*/
static VALUE