summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-04-15 20:03:38 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-04-15 20:03:38 (GMT)
commit54e3729e91415048b7a9d8869054395b6123bff6 (patch)
treed9b4826ccbe4f83f72afa6cab4edd0fb66eeea6d /unix
parent8f8f9400f5e84c5c3a803dc7a482d682a501d3de (diff)
parent53e02bac83ed7e43fb2c36f14b70a7b083de580f (diff)
downloadtcl-54e3729e91415048b7a9d8869054395b6123bff6.zip
tcl-54e3729e91415048b7a9d8869054395b6123bff6.tar.gz
tcl-54e3729e91415048b7a9d8869054395b6123bff6.tar.bz2
Merge 8.7
Diffstat (limited to 'unix')
-rw-r--r--unix/tclUnixSock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixSock.c b/unix/tclUnixSock.c
index 1bbf8e1..52f5c4e 100644
--- a/unix/tclUnixSock.c
+++ b/unix/tclUnixSock.c
@@ -1006,7 +1006,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].
*/