diff options
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 767751d..a8b3b08 100644 --- a/generic/tclStringRep.h +++ b/generic/tclStringRep.h @@ -47,7 +47,7 @@ */ typedef struct { - size_t numChars; /* The number of chars in the string. (size_t)-1 means + size_t numChars; /* The number of chars in the string. -1 means * this value has not been calculated. Any other * means that there is a valid Unicode rep, or * that the number of UTF bytes == the number |