From 3e9a612d929b47a4cd9f80e3a7a840a3c7e4f084 Mon Sep 17 00:00:00 2001 From: Takuya Aramaki Date: Mon, 1 Jan 2024 21:31:49 +0900 Subject: [PATCH] [DOC] Fix wrong description about Process.waitpid2 (#9401) --- process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process.c b/process.c index 8024588b69..6d40f72284 100644 --- a/process.c +++ b/process.c @@ -1479,7 +1479,7 @@ proc_m_wait(int c, VALUE *v, VALUE _) * Process.wait2(pid) * # => [309581, #] * - * Process.waitpid2 is an alias for Process.waitpid. + * Process.waitpid2 is an alias for Process.wait2. */ static VALUE