summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixThrd.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-06-27 19:09:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-06-27 19:09:01 (GMT)
commit66ec3cd3a668d06b78e321578eb5f3fa1cda5031 (patch)
treea552d7e0fe3970cf84238655cf00cdff26f88208 /unix/tclUnixThrd.c
parentc44181ecafaa160b94728593527ebca0260dc51f (diff)
parent7cb7a44074f18108b2cedbf4496758442149d9d5 (diff)
downloadtcl-66ec3cd3a668d06b78e321578eb5f3fa1cda5031.zip
tcl-66ec3cd3a668d06b78e321578eb5f3fa1cda5031.tar.gz
tcl-66ec3cd3a668d06b78e321578eb5f3fa1cda5031.tar.bz2
merge trunk
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 43f0cb2..a510719 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.
*