summaryrefslogtreecommitdiff
path: root/glib/win_iconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/win_iconv.c')
-rw-r--r--glib/win_iconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/win_iconv.c b/glib/win_iconv.c
index 7c78e78fc..8635c37e3 100644
--- a/glib/win_iconv.c
+++ b/glib/win_iconv.c
@@ -1087,7 +1087,7 @@ ucs4_to_utf16(uint wc, ushort *wbuf, int *wbufsize)
/*
* Check if codepage is one of those for which the dwFlags parameter
* to MultiByteToWideChar() must be zero. Return zero or
- * MB_ERR_INVALID_CHARS. The docs in Platform SDK for for Windows
+ * MB_ERR_INVALID_CHARS. The docs in Platform SDK for Windows
* Server 2003 R2 claims that also codepage 65001 is one of these, but
* that doesn't seem to be the case. The MSDN docs for MSVS2008 leave
* out 65001 (UTF-8), and that indeed seems to be the case on XP, it