aboutsummaryrefslogtreecommitdiffstats
path: root/ext/pty
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pty')
-rw-r--r--ext/pty/pty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pty/pty.c b/ext/pty/pty.c
index 6a3ab5bd6b..3e5fa8ea99 100644
--- a/ext/pty/pty.c
+++ b/ext/pty/pty.c
@@ -122,8 +122,8 @@ char MasterDevice[] = "/dev/pty%s",
static VALUE eChildExited;
-/* Returns the exit status of the child for which PTY#check
- * raised this exception
+/* Returns the exit status of the child for which PTY#check
+ * raised this exception
*/
static VALUE
echild_status(VALUE self)