diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-21 07:26:38 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-21 07:26:38 (GMT) |
commit | 92e4d3dffcb47d7c89fd04f7f55803f903bc16b8 (patch) | |
tree | f5c0f5c3d1897eede402483d6479a92cba2fa27d /generic/tclUtf.c | |
parent | a1d0f9db908841dd9ea1e6732b933cf385fcb459 (diff) | |
download | tcl-92e4d3dffcb47d7c89fd04f7f55803f903bc16b8.zip tcl-92e4d3dffcb47d7c89fd04f7f55803f903bc16b8.tar.gz tcl-92e4d3dffcb47d7c89fd04f7f55803f903bc16b8.tar.bz2 |
Wrong indent in comment
Diffstat (limited to 'generic/tclUtf.c')
-rw-r--r-- | generic/tclUtf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclUtf.c b/generic/tclUtf.c index 6908985..8954f6b 100644 --- a/generic/tclUtf.c +++ b/generic/tclUtf.c @@ -863,7 +863,7 @@ Tcl_UtfFindLast( * Given a pointer to some location in a UTF-8 string, Tcl_UtfNext * returns a pointer to the next UTF-8 character in the string. * The caller must not ask for the next character after the last - * character in the string if the string is not terminated by a null + * character in the string if the string is not terminated by a null * character. * * Results: |