4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-02 12:30:24 +08:00

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

This commit is contained in:
Takashi Yano via Cygwin-patches 2021-01-19 03:45:24 +09:00 committed by Ken Brown
parent cc0b331bef
commit 55c4162360

View File

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