summaryrefslogtreecommitdiffstats
path: root/generic/tclNamesp.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-11-10 09:07:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-11-10 09:07:55 (GMT)
commit3618a567209dcf5cc3492b801259f577bac5675c (patch)
treea8223c49f7f62ca1b971d8a7b42619059a7834b4 /generic/tclNamesp.c
parent62002109e611a09114616c10d6723d1946f2321b (diff)
parente9a8f8e9d88282efed5f92674150d8eed85959c4 (diff)
downloadtcl-3618a567209dcf5cc3492b801259f577bac5675c.zip
tcl-3618a567209dcf5cc3492b801259f577bac5675c.tar.gz
tcl-3618a567209dcf5cc3492b801259f577bac5675c.tar.bz2
Merge 8.7
Diffstat (limited to 'generic/tclNamesp.c')
-rw-r--r--generic/tclNamesp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclNamesp.c b/generic/tclNamesp.c
index 0e82527..a0668be 100644
--- a/generic/tclNamesp.c
+++ b/generic/tclNamesp.c
@@ -2153,7 +2153,7 @@ DeleteImportedCmd(
* If "flags" contains TCL_CREATE_NS_IF_UNKNOWN, all namespace components
* of the qualified name that cannot be found are automatically created
* within their specified parent. This makes sure that functions like
- * Tcl_CreateCommand always succeed. There is no alternate search path,
+ * Tcl_CreateObjCommand always succeed. There is no alternate search path,
* so *altNsPtrPtr is set NULL.
*
* If "flags" contains TCL_FIND_ONLY_NS, the qualified name is treated as
@@ -2350,7 +2350,7 @@ TclGetNamespaceForQualName(
* Look up the namespace qualifier nsName in the current namespace
* context. If it isn't found but TCL_CREATE_NS_IF_UNKNOWN is set,
* create that qualifying namespace. This is needed for functions like
- * Tcl_CreateCommand that cannot fail.
+ * Tcl_CreateObjCommand that cannot fail.
*/
if (nsPtr != NULL) {