summaryrefslogtreecommitdiff
path: root/cygwin
diff options
context:
space:
mode:
Diffstat (limited to 'cygwin')
-rw-r--r--cygwin/cygwin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cygwin/cygwin.c b/cygwin/cygwin.c
index 5f6948c9a0..7c3d5dc48c 100644
--- a/cygwin/cygwin.c
+++ b/cygwin/cygwin.c
@@ -178,7 +178,7 @@ wide_to_utf8(const wchar_t *wsrc)
wchar_t*
utf8_to_wide_extra_len(const char *buf, Size_t *extra_len)
{
- /* Return the the conversion to UTF-16 of the UTF-8 string 'buf'
+ /* Return the conversion to UTF-16 of the UTF-8 string 'buf'
* (terminated by a NUL), making sure to have space for at least *extra_len
* extra (wide) characters in the result. The result must be freed by the
* caller when no longer needed */