diff options
| author | apnadkarni <apnmbx-wits@yahoo.com> | 2022-09-05 15:25:58 (GMT) |
|---|---|---|
| committer | apnadkarni <apnmbx-wits@yahoo.com> | 2022-09-05 15:25:58 (GMT) |
| commit | c7522c3f9382fe7e2e85bed01556d590a2f43757 (patch) | |
| tree | ae3953f0883f343923a56e3df1576f51d6624055 /unix/tclUnixSock.c | |
| parent | 6a866ef98badfbed29a17955fad2767891fe7d10 (diff) | |
| parent | 57807a30bb766ff5e18b94270ac3d92041b006af (diff) | |
| download | tcl-c7522c3f9382fe7e2e85bed01556d590a2f43757.zip tcl-c7522c3f9382fe7e2e85bed01556d590a2f43757.tar.gz tcl-c7522c3f9382fe7e2e85bed01556d590a2f43757.tar.bz2 | |
Merge 8.7. Primarily ticket [55a02f20ec]
Diffstat (limited to 'unix/tclUnixSock.c')
| -rw-r--r-- | unix/tclUnixSock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclUnixSock.c b/unix/tclUnixSock.c index f413b5b..e7c9458 100644 --- a/unix/tclUnixSock.c +++ b/unix/tclUnixSock.c @@ -431,7 +431,7 @@ TcpBlockModeProc( * * Side effects: * Processes socket events off the system queue. May process - * asynchroneous connects. + * asynchronous connects. * *---------------------------------------------------------------------- */ @@ -1348,7 +1348,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 |
