summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-18 00:44:52 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-18 00:44:52 +0000
commitb1a658e8277c25d8a8de3e31f6796d8fe157ccfd (patch)
tree6a5be4ae22719a7042b8a046601a36e0c06218fa /ext
parent7d8290811e5b14b23c2b94e188fd3830e4787b9f (diff)
* ext/pty/pty.c: fix double words typo.
[ci skip][fix GH-1157] Patch by @jwworth git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/pty/pty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pty/pty.c b/ext/pty/pty.c
index 34421f288b..c8aee4ce38 100644
--- a/ext/pty/pty.c
+++ b/ext/pty/pty.c
@@ -579,7 +579,7 @@ pty_detach_process(struct pty_info *info)
*
* In the block form these same values will be yielded to the block:
*
- * +r+:: A readable IO that that contains the command's
+ * +r+:: A readable IO that contains the command's
* standard output and standard error
* +w+:: A writable IO that is the command's standard input
* +pid+:: The process identifier for the command.