From 76ec09062a9a747eb44b3dd7024776fc3966a8a1 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 29 Dec 2014 01:37:07 +0000 Subject: process.c: missing parenthesis * process.c (proc_detach): [DOC] fix missing closing parenthesis. [Fix GH-799] [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process.c') diff --git a/process.c b/process.c index 9d9f5de..88606c3 100644 --- a/process.c +++ b/process.c @@ -978,7 +978,7 @@ rb_detach_process(rb_pid_t pid) * * Some operating systems retain the status of terminated child * processes until the parent collects that status (normally using - * some variant of wait(). If the parent never collects + * some variant of wait()). If the parent never collects * this status, the child stays around as a zombie process. * Process::detach prevents this by setting up a * separate Ruby thread whose sole job is to reap the status of the -- cgit v1.1