diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2020-07-27 20:19:09 +0100 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2020-07-27 20:19:09 +0100 |
commit | 587b9324fbc24929ecd67ca85bdd0636e895c6a8 (patch) | |
tree | 2db4dd8023fdf744dc62a430609254f9b1df02e8 /fmtutils.c | |
parent | d748534ba9f65a2b7289453381c30685a1f26563 (diff) |
Fixup a comment in fmtutils.c.
[skip ci]
Diffstat (limited to 'fmtutils.c')
-rw-r--r-- | fmtutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'.) |