summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-16 06:25:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-16 06:25:19 (GMT)
commit17c92b0a7ac5d920c36a88947ec2e713980e03ba (patch)
treee6e40198955ae69fa623e16993fa0140add9c2a7 /generic/tclObj.c
parent50dde26caf2055ef3a7d925be870a923f20d1afd (diff)
parent4eb91b8e5b59d6af6a2d612f6767f2f62d0cddd2 (diff)
downloadtcl-17c92b0a7ac5d920c36a88947ec2e713980e03ba.zip
tcl-17c92b0a7ac5d920c36a88947ec2e713980e03ba.tar.gz
tcl-17c92b0a7ac5d920c36a88947ec2e713980e03ba.tar.bz2
Merge 8.7
Diffstat (limited to 'generic/tclObj.c')
-rw-r--r--generic/tclObj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclObj.c b/generic/tclObj.c
index 18d3bf3..ba3c626 100644
--- a/generic/tclObj.c
+++ b/generic/tclObj.c
@@ -1524,7 +1524,7 @@ TclObjBeingDeleted(
* Create and return a new object that is a duplicate of the argument
* object.
*
- * Tcl_DuplicatePureObj --
+ * TclDuplicatePureObj --
* Like Tcl_DuplicateObj, except that it does not duplicate the 'bytes'
* field unless it is necessary, i.e. the duplicated Tcl_Obj provides no
* updateStringProc. This can avoid an expensive memory allocation since