summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-22 10:13:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-22 10:13:42 (GMT)
commitb9722ec35665151ee849b8823f0502b4d5c29b4a (patch)
tree5a5a9cb0cfd0f016b3eaf6b07d611d305b23c876 /generic/tclStringObj.c
parentf1e62884ba8effddf2824d816abf7e271de6d6f8 (diff)
parentf3f254e8bab8854467fda3c5a2c48a640fb7687c (diff)
downloadtcl-b9722ec35665151ee849b8823f0502b4d5c29b4a.zip
tcl-b9722ec35665151ee849b8823f0502b4d5c29b4a.tar.gz
tcl-b9722ec35665151ee849b8823f0502b4d5c29b4a.tar.bz2
Merge 8.7
Diffstat (limited to 'generic/tclStringObj.c')
-rw-r--r--generic/tclStringObj.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclStringObj.c b/generic/tclStringObj.c
index 5864ebc..be807cd 100644
--- a/generic/tclStringObj.c
+++ b/generic/tclStringObj.c
@@ -151,7 +151,7 @@ GrowStringBuffer(
if (objPtr->bytes == &tclEmptyString) {
objPtr->bytes = NULL;
}
- /*
+ /*
* In code below, note 'capacity' and 'needed' include terminating nul,
* while stringPtr->allocated does not.
*/
@@ -196,7 +196,7 @@ GrowUnicodeBuffer(
maxChars -= 1; /* End nul not included */
}
else {
- /*
+ /*
* First allocation - just big enough. Note needed does
* not include terminating nul but STRING_SIZE does
*/