From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id DCEF33858028; Tue, 19 Jan 2021 09:57:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DCEF33858028 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: spawn.cc: Fix typo in comment by commit 974e6d76. X-Act-Checkin: newlib-cygwin X-Git-Author: Takashi Yano via Cygwin-patches X-Git-Refname: refs/heads/master X-Git-Oldrev: 877f0d13f0f6c6cc8b7988951edac73709d82861 X-Git-Newrev: 59ccb3a00815cef8e4dd7b4b7b99980862de0476 Message-Id: <20210119095715.DCEF33858028@sourceware.org> Date: Tue, 19 Jan 2021 09:57:15 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2021 09:57:16 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=59ccb3a00815cef8e4dd7b4b7b99980862de0476 commit 59ccb3a00815cef8e4dd7b4b7b99980862de0476 Author: Takashi Yano via Cygwin-patches Date: Tue Jan 19 03:45:24 2021 +0900 Cygwin: spawn.cc: Fix typo in comment by commit 974e6d76. Diff: --- winsup/cygwin/spawn.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/spawn.cc b/winsup/cygwin/spawn.cc index 42044ab53..d03492ee6 100644 --- a/winsup/cygwin/spawn.cc +++ b/winsup/cygwin/spawn.cc @@ -636,7 +636,7 @@ child_info_spawn::worker (const char *prog_arg, const char *const *argv, } struct fhandler_console::handle_set_t cons_handle_set = { 0, }; if (cons_native) - /* Console handles will be closed by close_all_handle(), + /* Console handles will be closed by close_all_files(), therefore, duplicate them here */ cons_native->get_duplicated_handle_set (&cons_handle_set);