From 55c4162360b965e36623c41164347a519383c8f7 Mon Sep 17 00:00:00 2001 From: Takashi Yano via Cygwin-patches Date: Tue, 19 Jan 2021 03:45:24 +0900 Subject: [PATCH] Cygwin: spawn.cc: Fix typo in comment by commit 974e6d76. --- 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);