summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixSock.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-09-03 13:57:45 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-09-03 13:57:45 (GMT)
commitdc84ff9d0cfccec952277549d3b5031bd84c8860 (patch)
treeba269aa4236d70a95c3d43bba8dbe66eb16c038a /unix/tclUnixSock.c
parentf22c567b842667d01d4734847495c6b477244d97 (diff)
downloadtcl-dc84ff9d0cfccec952277549d3b5031bd84c8860.zip
tcl-dc84ff9d0cfccec952277549d3b5031bd84c8860.tar.gz
tcl-dc84ff9d0cfccec952277549d3b5031bd84c8860.tar.bz2
typo's
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 1a54914..858afdb 100644
--- a/unix/tclUnixSock.c
+++ b/unix/tclUnixSock.c
@@ -418,7 +418,7 @@ TcpBlockModeProc(
*
* Side effects:
* Processes socket events off the system queue. May process
- * asynchroneous connects.
+ * asynchronous connects.
*
*----------------------------------------------------------------------
*/
@@ -1328,7 +1328,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