diff options
| author | apnadkarni <apnmbx-wits@yahoo.com> | 2022-09-05 12:18:35 (GMT) |
|---|---|---|
| committer | apnadkarni <apnmbx-wits@yahoo.com> | 2022-09-05 12:18:35 (GMT) |
| commit | 57807a30bb766ff5e18b94270ac3d92041b006af (patch) | |
| tree | fd34480b0ef994873e28763b760b70eb782d3213 /unix/tclUnixSock.c | |
| parent | 46cf6812fcfb415aae1696cf0b29cd2a6a77917a (diff) | |
| parent | 1197ccadc0ba24b8f5dc9debc59ca25593067f64 (diff) | |
| download | tcl-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.c | 4 |
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 |
