summaryrefslogtreecommitdiffstats
path: root/generic/tclUtf.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-04-15 19:38:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-04-15 19:38:00 (GMT)
commit2ca7fe6104b48f174bf68f4b3179b19f660fc0ab (patch)
tree49da7bab05e07f335ee3b629d86c5cf9996d94df /generic/tclUtf.c
parent6422781fdc73ec84db06ad3611a4a1676b4cb2eb (diff)
parentf480c2471b8d644bb8cf256efcd0f99507fb4d10 (diff)
downloadtcl-2ca7fe6104b48f174bf68f4b3179b19f660fc0ab.zip
tcl-2ca7fe6104b48f174bf68f4b3179b19f660fc0ab.tar.gz
tcl-2ca7fe6104b48f174bf68f4b3179b19f660fc0ab.tar.bz2
Merge 8.5
Diffstat (limited to 'generic/tclUtf.c')
-rw-r--r--generic/tclUtf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclUtf.c b/generic/tclUtf.c
index 3377b70..ec9bffd 100644
--- a/generic/tclUtf.c
+++ b/generic/tclUtf.c
@@ -698,7 +698,7 @@ Tcl_UtfNext(
* starts a character when characters are read starting at start and
* that character might include the byte src[-1]. The routine will
* examine only those bytes in the range that might be returned.
- * It will not examine the byte *src, and because of that cannot
+ * It will not examine the byte *src, and because of that cannot
* determine for certain in all circumstances whether the character
* that begins with the returned pointer will or will not include
* the byte src[-1]. In the scenario, where src points to the end of
@@ -713,7 +713,7 @@ Tcl_UtfNext(
* prevented from running past the beginning of the string.
*
* In a string where all characters are complete and properly formed,
- * and the value of src points to the first byte of a character,
+ * and the value of src points to the first byte of a character,
* repeated Tcl_UtfPrev calls will step to the starting bytes of
* characters, one character at a time. Within those limitations,
* Tcl_UtfPrev and Tcl_UtfNext are inverses. If either condition cannot