summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixThrd.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-06-25 20:39:31 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-06-25 20:39:31 (GMT)
commit3c26b9439d5c9a10bfac52bd5e96024b475e79fd (patch)
tree934c4fd78ce15f57b6ec976b70ce60caf450a63d /unix/tclUnixThrd.c
parent6264f4978838b089748579e436d35b30a4e56201 (diff)
parentfdee46ab16b879589155729e6db4fdabe235880f (diff)
downloadtcl-3c26b9439d5c9a10bfac52bd5e96024b475e79fd.zip
tcl-3c26b9439d5c9a10bfac52bd5e96024b475e79fd.tar.gz
tcl-3c26b9439d5c9a10bfac52bd5e96024b475e79fd.tar.bz2
merge 8.7
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 128602a..d6c420a 100644
--- a/unix/tclUnixThrd.c
+++ b/unix/tclUnixThrd.c
@@ -305,7 +305,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.
@@ -396,7 +396,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.
*
@@ -500,7 +500,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.
*