summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixSock.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-04-15 19:54:58 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-04-15 19:54:58 (GMT)
commit53e02bac83ed7e43fb2c36f14b70a7b083de580f (patch)
tree68e6ca99d3ce79ff5db7cd5d740409b5721d045d /unix/tclUnixSock.c
parentccded0d96e80633b00f0fa1435643ba755a488b7 (diff)
parent2ca7fe6104b48f174bf68f4b3179b19f660fc0ab (diff)
downloadtcl-53e02bac83ed7e43fb2c36f14b70a7b083de580f.zip
tcl-53e02bac83ed7e43fb2c36f14b70a7b083de580f.tar.gz
tcl-53e02bac83ed7e43fb2c36f14b70a7b083de580f.tar.bz2
Merge 8.6
Diffstat (limited to 'unix/tclUnixSock.c')
-rw-r--r--unix/tclUnixSock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixSock.c b/unix/tclUnixSock.c
index b707be4..cb20166 100644
--- a/unix/tclUnixSock.c
+++ b/unix/tclUnixSock.c
@@ -1009,7 +1009,7 @@ TcpThreadActionProc(
if (GOT_BITS(statePtr->flags, TCP_ASYNC_CONNECT)) {
/*
* Async-connecting socket must get reassigned handler if it have been
- * transferred to another thread. Remove the handler if the socket is
+ * transferred to another thread. Remove the handler if the socket is
* not managed by this thread anymore and create new handler (TSD related)
* so the callback will run in the correct thread, bug [f583715154].
*/