public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
* [PATCH] Cygwin: spawn.cc: Fix typo in comment by commit 974e6d76.
@ 2021-01-18 18:45 Takashi Yano
  2021-01-19  9:57 ` Corinna Vinschen
  0 siblings, 1 reply; 2+ messages in thread
From: Takashi Yano @ 2021-01-18 18:45 UTC (permalink / raw)
  To: cygwin-patches

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Cygwin: spawn.cc: Fix typo in comment by commit 974e6d76.
  2021-01-18 18:45 [PATCH] Cygwin: spawn.cc: Fix typo in comment by commit 974e6d76 Takashi Yano
@ 2021-01-19  9:57 ` Corinna Vinschen
  0 siblings, 0 replies; 2+ messages in thread
From: Corinna Vinschen @ 2021-01-19  9:57 UTC (permalink / raw)
  To: cygwin-patches

On Jan 19 03:45, Takashi Yano via Cygwin-patches wrote:
> ---
>  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

Pushed.


Thanks,
Corinna

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-19  9:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-18 18:45 [PATCH] Cygwin: spawn.cc: Fix typo in comment by commit 974e6d76 Takashi Yano
2021-01-19  9:57 ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).