summaryrefslogtreecommitdiffstats
path: root/generic/tclEncoding.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-02-01 07:29:48 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-02-01 07:29:48 (GMT)
commit5866ef6d2acf4db24499c820df08a8feb88ea865 (patch)
tree3811a5083cc5c3bce1bf349a6f0c98efdbe9f62d /generic/tclEncoding.c
parent06de3a9ba1e4397a226e168a72c9da63c2a6f30a (diff)
downloadtcl-5866ef6d2acf4db24499c820df08a8feb88ea865.zip
tcl-5866ef6d2acf4db24499c820df08a8feb88ea865.tar.gz
tcl-5866ef6d2acf4db24499c820df08a8feb88ea865.tar.bz2
(Cherry-pick) Make Tcl_UniCharToUtf more readable.
Diffstat (limited to 'generic/tclEncoding.c')
-rw-r--r--generic/tclEncoding.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclEncoding.c b/generic/tclEncoding.c
index fe2b55b..dfa7907 100644
--- a/generic/tclEncoding.c
+++ b/generic/tclEncoding.c
@@ -2244,9 +2244,9 @@ UtfExtToUtfIntProc(
*
* UtfToUtfProc --
*
- * Convert from UTF-8 to UTF-8. Note that the UTF-8 to UTF-8 translation
- * is not a no-op, because it will turn a stream of improperly formed
- * UTF-8 into a properly formed stream.
+ * Converts from UTF-8 to UTF-8. Note that the UTF-8 to UTF-8 translation
+ * is not a no-op, because it turns a stream of improperly formed
+ * UTF-8 into a properly-formed stream.
*
* Results:
* Returns TCL_OK if conversion was successful.