diff options
| author | hypnotoad <yoda@etoyoc.com> | 2018-08-14 08:46:22 (GMT) |
|---|---|---|
| committer | hypnotoad <yoda@etoyoc.com> | 2018-08-14 08:46:22 (GMT) |
| commit | 9b285dde85a6b7f41dd63cadb8c32517e3b1d1dd (patch) | |
| tree | d6ffa0f2db12aa93aad7514167cf818ce0695597 /unix/tclUnixSock.c | |
| parent | d62033b7e21f33603528c9712d11732f1fc756f7 (diff) | |
| parent | e5270637c01b6fbb0f016048fc9d9735f980421a (diff) | |
| download | tcl-9b285dde85a6b7f41dd63cadb8c32517e3b1d1dd.zip tcl-9b285dde85a6b7f41dd63cadb8c32517e3b1d1dd.tar.gz tcl-9b285dde85a6b7f41dd63cadb8c32517e3b1d1dd.tar.bz2 | |
Merging changes with 8.7
Diffstat (limited to 'unix/tclUnixSock.c')
| -rw-r--r-- | unix/tclUnixSock.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/tclUnixSock.c b/unix/tclUnixSock.c index 980ab4d..2793d3b 100644 --- a/unix/tclUnixSock.c +++ b/unix/tclUnixSock.c @@ -1124,7 +1124,7 @@ TcpGetHandleProc( * TcpAsyncCallback -- * * Called by the event handler that TcpConnect sets up internally for - * [socket -async] to get notified when the asyncronous connection + * [socket -async] to get notified when the asynchronous connection * attempt has succeeded or failed. * * ---------------------------------------------------------------------- @@ -1157,7 +1157,7 @@ TcpAsyncCallback( * * Remarks: * A single host name may resolve to more than one IP address, e.g. for - * an IPv4/IPv6 dual stack host. For handling asyncronously connecting + * an IPv4/IPv6 dual stack host. For handling asynchronously connecting * sockets in the background for such hosts, this function can act as a * coroutine. On the first call, it sets up the control variables for the * two nested loops over the local and remote addresses. Once the first @@ -1165,7 +1165,7 @@ TcpAsyncCallback( * event handler for that socket, and returns. When the callback occurs, * control is transferred to the "reenter" label, right after the initial * return and the loops resume as if they had never been interrupted. - * For syncronously connecting sockets, the loops work the usual way. + * For synchronously connecting sockets, the loops work the usual way. * * ---------------------------------------------------------------------- */ |
