diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-08 11:33:43 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-08 11:33:43 (GMT) |
commit | 9f323759ed36ceb562207b565028db3fc8877326 (patch) | |
tree | 45483b1c2b4e00d0563987e2d59a84e58b4c4578 /win | |
parent | 4d2d3aed4a5255a87107172a2dce28b6015a3c23 (diff) | |
parent | 0f4cecde6f8e9135d771818d7b1410d575b8dfce (diff) | |
download | tcl-9f323759ed36ceb562207b565028db3fc8877326.zip tcl-9f323759ed36ceb562207b565028db3fc8877326.tar.gz tcl-9f323759ed36ceb562207b565028db3fc8877326.tar.bz2 |
Merge 8.7
Diffstat (limited to 'win')
-rw-r--r-- | win/tclWinThrd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinThrd.c b/win/tclWinThrd.c index 37e0841..84a0eca 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: |