summaryrefslogtreecommitdiffstats
path: root/utf8.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2020-08-03 23:20:07 +0200
committerpgen <p.gen.progs@gmail.com>2020-08-03 23:20:07 +0200
commitcfa3cb0597a54021500ee4a6d131cd53af39c0bb (patch)
tree7269124982590d765eb72d06b95ffe08763afca5 /utf8.c
parentc78abaf23302b7ed66665a9239f05c7df32295be (diff)
Typo
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index 574b6e0..28732c8 100644
--- a/utf8.c
+++ b/utf8.c
@@ -70,7 +70,7 @@ cptoutf8(char * utf8_str, uint32_t c)
/* The string passed will be altered but its address will not change. */
/* All hexadecimal sequences of \uxx, \uxxxx, \uxxxxxx and \uxxxxxxxx will */
/* be replaced by the corresponding UTF-8 character when possible. */
-/* All hexadecimal sequences of \Uxxxxx will be replaced with the UTF-8 */
+/* All hexadecimal sequences of \Uxxxxxx will be replaced with the UTF-8 */
/* sequence corresponding to the given UCS-4 codepoint. */
/* When not possible the substitution character is substituted in place. */
/* Returns 0 if the conversion has faild else 1. */