summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixSock.c
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2022-09-05 12:18:35 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2022-09-05 12:18:35 (GMT)
commit57807a30bb766ff5e18b94270ac3d92041b006af (patch)
treefd34480b0ef994873e28763b760b70eb782d3213 /unix/tclUnixSock.c
parent46cf6812fcfb415aae1696cf0b29cd2a6a77917a (diff)
parent1197ccadc0ba24b8f5dc9debc59ca25593067f64 (diff)
downloadtcl-57807a30bb766ff5e18b94270ac3d92041b006af.zip
tcl-57807a30bb766ff5e18b94270ac3d92041b006af.tar.gz
tcl-57807a30bb766ff5e18b94270ac3d92041b006af.tar.bz2
Merge 8.6. Primarily ticket [55a02f20ec]
Diffstat (limited to 'unix/tclUnixSock.c')
-rw-r--r--unix/tclUnixSock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclUnixSock.c b/unix/tclUnixSock.c
index d2068c3..b1dbdbc 100644
--- a/unix/tclUnixSock.c
+++ b/unix/tclUnixSock.c
@@ -434,7 +434,7 @@ TcpBlockModeProc(
*
* Side effects:
* Processes socket events off the system queue. May process
- * asynchroneous connects.
+ * asynchronous connects.
*
*----------------------------------------------------------------------
*/
@@ -1351,7 +1351,7 @@ TcpConnect(
}
/*
- * We need to forward the writable event that brought us here, bcasue
+ * We need to forward the writable event that brought us here, because
* upon reading of getsockopt(SO_ERROR), at least some OSes clear the
* writable state from the socket, and so a subsequent select() on
* behalf of a script level [fileevent] would not fire. It doesn't