diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-15 19:38:00 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-15 19:38:00 (GMT) |
commit | 2ca7fe6104b48f174bf68f4b3179b19f660fc0ab (patch) | |
tree | 49da7bab05e07f335ee3b629d86c5cf9996d94df /unix/tclUnixSock.c | |
parent | 6422781fdc73ec84db06ad3611a4a1676b4cb2eb (diff) | |
parent | f480c2471b8d644bb8cf256efcd0f99507fb4d10 (diff) | |
download | tcl-2ca7fe6104b48f174bf68f4b3179b19f660fc0ab.zip tcl-2ca7fe6104b48f174bf68f4b3179b19f660fc0ab.tar.gz tcl-2ca7fe6104b48f174bf68f4b3179b19f660fc0ab.tar.bz2 |
Merge 8.5
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 4d7a8fb..8537207 100644 --- a/unix/tclUnixSock.c +++ b/unix/tclUnixSock.c @@ -984,7 +984,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]. */ |