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 Corinna Vinschen
parent 877f0d13f0
commit 59ccb3a008
1 changed files with 1 additions and 1 deletions

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