From: Denis Ovsienko Date: Mon, 27 Jul 2020 19:19:09 +0000 (+0100) Subject: Fixup a comment in fmtutils.c. X-Git-Tag: libpcap-1.10-bp~57 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/587b9324fbc24929ecd67ca85bdd0636e895c6a8 Fixup a comment in fmtutils.c. [skip ci] --- 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'.)