From 587b9324fbc24929ecd67ca85bdd0636e895c6a8 Mon Sep 17 00:00:00 2001 From: Denis Ovsienko Date: Mon, 27 Jul 2020 20:19:09 +0100 Subject: Fixup a comment in fmtutils.c. [skip ci] --- fmtutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fmtutils.c') diff --git a/fmtutils.c b/fmtutils.c index 4f0ebe90..5c7ddadf 100644 --- a/fmtutils.c +++ b/fmtutils.c @@ -244,7 +244,7 @@ utf_16le_to_utf_8_truncated(const wchar_t *utf_16, char *utf_8, * (We started out with enough room, thanks to the test * for a zero-length buffer at the beginning, and if * there wasn't enough room for any character we wanted - * to put into the the buffer *plus* a trailing '\0', + * to put into the buffer *plus* a trailing '\0', * we'd have quit before putting it into the buffer, * and thus would have left enough room for the trailing * '\0'.) -- cgit v1.2.3