summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-08 11:33:43 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-08 11:33:43 (GMT)
commit9d602e6eb0190165bf37ce3a5057c8464f901a19 (patch)
tree45483b1c2b4e00d0563987e2d59a84e58b4c4578
parent7a15f7afaec84b1946585646be23ce7cbe7170f8 (diff)
parentddba4a62d5869e61b36d2ed82d4ed29c8fa3b41e (diff)
downloadtcl-9d602e6eb0190165bf37ce3a5057c8464f901a19.zip
tcl-9d602e6eb0190165bf37ce3a5057c8464f901a19.tar.gz
tcl-9d602e6eb0190165bf37ce3a5057c8464f901a19.tar.bz2
Merge 8.7
-rw-r--r--generic/tclNamesp.c2
-rw-r--r--win/tclWinThrd.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclNamesp.c b/generic/tclNamesp.c
index db79017..8030699 100644
--- a/generic/tclNamesp.c
+++ b/generic/tclNamesp.c
@@ -2378,7 +2378,7 @@ TclGetNamespaceForQualName(
} else { /* Namespace not found and was not
* created. */
if (flags & TCL_FIND_IF_NOT_SIMPLE) {
- /*
+ /*
* return last found NS and not simple name relative it,
* e. g. ::A::B::C::D -> ::A::B and C::D, if
* namespace C cannot be found in ::A::B
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: