summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixSock.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-04-15 19:38:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-04-15 19:38:00 (GMT)
commit2ca7fe6104b48f174bf68f4b3179b19f660fc0ab (patch)
tree49da7bab05e07f335ee3b629d86c5cf9996d94df /unix/tclUnixSock.c
parent6422781fdc73ec84db06ad3611a4a1676b4cb2eb (diff)
parentf480c2471b8d644bb8cf256efcd0f99507fb4d10 (diff)
downloadtcl-2ca7fe6104b48f174bf68f4b3179b19f660fc0ab.zip
tcl-2ca7fe6104b48f174bf68f4b3179b19f660fc0ab.tar.gz
tcl-2ca7fe6104b48f174bf68f4b3179b19f660fc0ab.tar.bz2
Merge 8.5
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 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].
*/