summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixThrd.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-06-25 20:38:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-06-25 20:38:16 (GMT)
commitfdee46ab16b879589155729e6db4fdabe235880f (patch)
treeba7a7a4cc25027d8df81784b5a53e2add157f47b /unix/tclUnixThrd.c
parent94f9cf81ed3e156bd372a3cac249974d1acb4e1d (diff)
parent0839047d8bed631eeb82c7c3e26b0f13461717e6 (diff)
downloadtcl-fdee46ab16b879589155729e6db4fdabe235880f.zip
tcl-fdee46ab16b879589155729e6db4fdabe235880f.tar.gz
tcl-fdee46ab16b879589155729e6db4fdabe235880f.tar.bz2
merge 8.6
Diffstat (limited to 'unix/tclUnixThrd.c')
-rw-r--r--unix/tclUnixThrd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/tclUnixThrd.c b/unix/tclUnixThrd.c
index 24c269d..0ab3016 100644
--- a/unix/tclUnixThrd.c
+++ b/unix/tclUnixThrd.c
@@ -313,7 +313,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.
@@ -404,7 +404,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.
*
@@ -508,7 +508,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.
*