summaryrefslogtreecommitdiffstats
path: root/generic/tclUtf.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-03-24 13:05:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-03-24 13:05:07 (GMT)
commit388ed8fba7742f409a647c0a636e8376c587927c (patch)
treed4f0cae922a02eeaad6e18eded968cfd18abd694 /generic/tclUtf.c
parentebd469c2a80c1ea381dfb847e3e1a0f2301f1662 (diff)
parent0f1fe8880dc481b214a344189a6a6904b59eede0 (diff)
downloadtcl-388ed8fba7742f409a647c0a636e8376c587927c.zip
tcl-388ed8fba7742f409a647c0a636e8376c587927c.tar.gz
tcl-388ed8fba7742f409a647c0a636e8376c587927c.tar.bz2
Merge 8.7
Diffstat (limited to 'generic/tclUtf.c')
-rw-r--r--generic/tclUtf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclUtf.c b/generic/tclUtf.c
index 8085955..c446a80 100644
--- a/generic/tclUtf.c
+++ b/generic/tclUtf.c
@@ -1013,7 +1013,7 @@ Tcl_UtfAtIndex(
*
* Results:
* Stores the bytes represented by the backslash sequence in dst and
- * returns the number of bytes written to dst. At most TCL_UTF_MAX bytes
+ * returns the number of bytes written to dst. At most 4 bytes
* are written to dst; dst must have been large enough to accept those
* bytes. If readPtr isn't NULL then it is filled in with a count of the
* number of bytes in the backslash sequence.