diff options
| author | apnadkarni <apnmbx-wits@yahoo.com> | 2023-05-04 05:12:11 (GMT) |
|---|---|---|
| committer | apnadkarni <apnmbx-wits@yahoo.com> | 2023-05-04 05:12:11 (GMT) |
| commit | 8a45e47c4c3881f7c0db88276adfa26ac9712459 (patch) | |
| tree | b1f4b594aab31008a726141c162281a637b61707 /generic/tclStringRep.h | |
| parent | 688c125ec305e23f82299d3b321a9c262e8af35f (diff) | |
| parent | 4dd71100197de4a35b6bae123d4f32b7ca086a05 (diff) | |
| download | tcl-8a45e47c4c3881f7c0db88276adfa26ac9712459.zip tcl-8a45e47c4c3881f7c0db88276adfa26ac9712459.tar.gz tcl-8a45e47c4c3881f7c0db88276adfa26ac9712459.tar.bz2 | |
Merge trunk
Diffstat (limited to 'generic/tclStringRep.h')
| -rw-r--r-- | generic/tclStringRep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclStringRep.h b/generic/tclStringRep.h index d4b6b2d..6f3c2f1 100644 --- a/generic/tclStringRep.h +++ b/generic/tclStringRep.h @@ -22,7 +22,7 @@ /* * The following structure is the internal rep for a String object. It keeps * track of how much memory has been used and how much has been allocated for - * the various representations to enable growing and shrinking of + * the various representations to enable growing and shrinking of * the String object with fewer mallocs. To optimize string * length and indexing operations, this structure also stores the number of * code points (independent of encoding form) once that value has been computed. |
