From 28c389c676ded8f7f86fb89fd7fae23b52327970 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 19 Jul 2015 05:29:21 +0000 Subject: pty.c: fix example typo [ci skip] * ext/pty/pty.c: [DOC] fix example typo, an old name at move from PTY.open. [Fix GH-972] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/pty/pty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pty/pty.c') diff --git a/ext/pty/pty.c b/ext/pty/pty.c index 16aaf9d149..34421f288b 100644 --- a/ext/pty/pty.c +++ b/ext/pty/pty.c @@ -733,7 +733,7 @@ static VALUE cPTY; * # The result of read operation when pty slave is closed is platform * # dependent. * ret = begin - * m.gets # FreeBSD returns nil. + * master.gets # FreeBSD returns nil. * rescue Errno::EIO # GNU/Linux raises EIO. * nil * end -- cgit v1.2.3