summaryrefslogtreecommitdiff
path: root/lib/c32is-impl.h
diff options
context:
space:
mode:
authorChuanGang Jiang <jiangchuanganghw@outlook.com>2023-02-10 14:34:25 +0000
committerBruno Haible <bruno@clisp.org>2023-02-10 15:53:49 +0100
commit2269df0a82415dee8007397dae49e957d78d8369 (patch)
tree52c2e88f6a3b71d8874ed36bb40ded4fa0a341cd /lib/c32is-impl.h
parenteecd8afd696055cf39ef934208724bfe850c5760 (diff)
downloadgnulib-2269df0a82415dee8007397dae49e957d78d8369.tar.gz
Fix typos like "the the" and "a a" in comments.
* lib/c32is-impl.h: s/the the/the/ * lib/getopt-pfx-core.h: s/a a/a/ * lib/term-style-control.h: s/the the/the/ * lib/textstyle.in.h: Likewise.
Diffstat (limited to 'lib/c32is-impl.h')
-rw-r--r--lib/c32is-impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/c32is-impl.h b/lib/c32is-impl.h
index 5917348dc1..dba00b51ae 100644
--- a/lib/c32is-impl.h
+++ b/lib/c32is-impl.h
@@ -67,7 +67,7 @@ FUNC (wint_t wc)
return WCHAR_FUNC (wc);
# else
/* The char32_t encoding of a multibyte character is known to be UCS-4,
- different from the the wchar_t encoding. */
+ different from the wchar_t encoding. */
if (wc != WEOF)
return UCS_FUNC (wc);
else