diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-15 19:54:58 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-15 19:54:58 (GMT) |
commit | 53e02bac83ed7e43fb2c36f14b70a7b083de580f (patch) | |
tree | 68e6ca99d3ce79ff5db7cd5d740409b5721d045d /unix/tclUnixSock.c | |
parent | ccded0d96e80633b00f0fa1435643ba755a488b7 (diff) | |
parent | 2ca7fe6104b48f174bf68f4b3179b19f660fc0ab (diff) | |
download | tcl-53e02bac83ed7e43fb2c36f14b70a7b083de580f.zip tcl-53e02bac83ed7e43fb2c36f14b70a7b083de580f.tar.gz tcl-53e02bac83ed7e43fb2c36f14b70a7b083de580f.tar.bz2 |
Merge 8.6
Diffstat (limited to 'unix/tclUnixSock.c')
-rw-r--r-- | unix/tclUnixSock.c | 2 |
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]. */ |