summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-08 11:31:50 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-08 11:31:50 (GMT)
commit0f4cecde6f8e9135d771818d7b1410d575b8dfce (patch)
tree12c055e76dedfaa8fa3461047ccfd5ce3d179df6 /win
parentb63728d344949d5c0fc996849ed45d97019b198a (diff)
downloadtcl-0f4cecde6f8e9135d771818d7b1410d575b8dfce.zip
tcl-0f4cecde6f8e9135d771818d7b1410d575b8dfce.tar.gz
tcl-0f4cecde6f8e9135d771818d7b1410d575b8dfce.tar.bz2
typo's
Diffstat (limited to 'win')
-rw-r--r--win/tclWinThrd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinThrd.c b/win/tclWinThrd.c
index da9133f..e468d7a 100644
--- a/win/tclWinThrd.c
+++ b/win/tclWinThrd.c
@@ -38,7 +38,7 @@ static CRITICAL_SECTION initLock;
/*
* allocLock is used by Tcl's version of malloc for synchronization. For
- * obvious reasons, cannot use any dyamically allocated storage.
+ * obvious reasons, cannot use any dynamically allocated storage.
*/
#if TCL_THREADS
@@ -458,7 +458,7 @@ TclpGlobalUnlock(void)
* Tcl_GetAllocMutex
*
* This procedure returns a pointer to a statically initialized mutex for
- * use by the memory allocator. The alloctor must use this lock, because
+ * use by the memory allocator. The allocator must use this lock, because
* all other locks are allocated...
*
* Results: