summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--unix/tclUnixPipe.c2
1 files changed, 1 insertions, 1 deletions
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;