summaryrefslogtreecommitdiff
path: root/lib/c32is-impl.h
diff options
context:
space:
mode:
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