diff options
| author | dgp <dgp@users.sourceforge.net> | 2018-09-10 15:28:23 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2018-09-10 15:28:23 (GMT) |
| commit | cdce5491b3109c7357b17345d9e84bdbef9ed848 (patch) | |
| tree | d59e3b32ed157d2822e431b51cc6bd5ce3082512 /unix/tclUnixThrd.c | |
| parent | 843d29b4486fa92657c326b43383a8e7e860fdf3 (diff) | |
| parent | 9a15a1b58648809ffb208eaa00cd20af4784050d (diff) | |
| download | tcl-cdce5491b3109c7357b17345d9e84bdbef9ed848.zip tcl-cdce5491b3109c7357b17345d9e84bdbef9ed848.tar.gz tcl-cdce5491b3109c7357b17345d9e84bdbef9ed848.tar.bz2 | |
Rebase TIP 505 implementation a patch for 8.6.
Diffstat (limited to 'unix/tclUnixThrd.c')
| -rw-r--r-- | unix/tclUnixThrd.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/unix/tclUnixThrd.c b/unix/tclUnixThrd.c index 9757e4e..0609230 100644 --- a/unix/tclUnixThrd.c +++ b/unix/tclUnixThrd.c @@ -316,7 +316,7 @@ TclpInitUnlock(void) * in finalization; it is hidden during creation of the objects. * * This lock must be different than the initLock because the initLock is - * held during creation of syncronization objects. + * held during creation of synchronization objects. * * Results: * None. @@ -407,7 +407,7 @@ Tcl_GetAllocMutex(void) * None. * * Side effects: - * May block the current thread. The mutex is aquired when this returns. + * May block the current thread. The mutex is acquired when this returns. * Will allocate memory for a pthread_mutex_t and initialize this the * first time this Tcl_Mutex is used. * @@ -511,7 +511,7 @@ TclpFinalizeMutex( * None. * * Side effects: - * May block the current thread. The mutex is aquired when this returns. + * May block the current thread. The mutex is acquired when this returns. * Will allocate memory for a pthread_mutex_t and initialize this the * first time this Tcl_Mutex is used. * @@ -653,7 +653,7 @@ TclpFinalizeCondition( Tcl_DirEntry * TclpReaddir( - DIR * dir) + TclDIR * dir) { return TclOSreaddir(dir); } |
