summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
diff options
context:
space:
mode:
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
*/