From 0c49de41ba7190b215cf6a58ce24be67af70d57e Mon Sep 17 00:00:00 2001 From: oehhar Date: Tue, 5 Dec 2023 17:29:53 +0000 Subject: Comment correction: Error channels should *not* raise encoding errors --- unix/tclUnixPipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/tclUnixPipe.c b/unix/tclUnixPipe.c index f1e3fb8..64dd8baf 100644 --- a/unix/tclUnixPipe.c +++ b/unix/tclUnixPipe.c @@ -1102,7 +1102,7 @@ PipeClose2Proc( errChan = Tcl_MakeFileChannel( INT2PTR(GetFd(pipePtr->errorFile)), TCL_READABLE); - /* Error channels should raise encoding errors */ + /* Error channels should not raise encoding errors */ Tcl_SetChannelOption(NULL, errChan, "-profile", "replace"); } else { errChan = NULL; -- cgit v0.12