[PATCH] Cygwin: spawn.cc: Fix typo in comment by commit 974e6d76.

Takashi Yano takashi.yano@nifty.ne.jp
Mon Jan 18 18:45:24 GMT 2021


---
 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);
 
-- 
2.30.0



More information about the Cygwin-patches mailing list