diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-21 09:49:19 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-21 09:49:19 (GMT) |
commit | e6d30d023d0709ee78fbe25603c9ee44017b3b5c (patch) | |
tree | 7e16249fb6cd86a52a1f82d6094e8bbf09039746 /generic/tclUtf.c | |
parent | 206022e9799361a82f91780bace269e514fb27bf (diff) | |
download | tcl-e6d30d023d0709ee78fbe25603c9ee44017b3b5c.zip tcl-e6d30d023d0709ee78fbe25603c9ee44017b3b5c.tar.gz tcl-e6d30d023d0709ee78fbe25603c9ee44017b3b5c.tar.bz2 |
More test cleanup
Diffstat (limited to 'generic/tclUtf.c')
-rw-r--r-- | generic/tclUtf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclUtf.c b/generic/tclUtf.c index c018472..d753321 100644 --- a/generic/tclUtf.c +++ b/generic/tclUtf.c @@ -563,7 +563,7 @@ Tcl_UtfToChar16( *chPtr = byte; return 1; } - + /* *--------------------------------------------------------------------------- * @@ -910,7 +910,7 @@ Tcl_UtfNext( * 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 - * a buffer being filled, the returned pointer point to either the + * a buffer being filled, the returned pointer points to either the * final complete character in the string or to the earliest byte * that might start an incomplete character waiting for more bytes to * complete. |