summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index f5122cf1c3..b8f6efbe8d 100644
--- a/io.c
+++ b/io.c
@@ -11294,7 +11294,7 @@ argf_write(VALUE argf, VALUE str)
*
* require 'io/console'
* rows, columns = $stdin.winsize
- * puts "You screen is #{columns} wide and #{rows} tall"
+ * puts "Your screen is #{columns} wide and #{rows} tall"
*/
void