Fix typo in the last change.

This commit is contained in:
Eli Zaretskii
2009-04-13 18:55:15 +00:00
parent e726d7841c
commit 76208fec87

View File

@@ -89,7 +89,7 @@
#undef ICONV_CONST
#define ICONV_CONST const
/* Some systems, don't have EILSEQ, so we define it here, but not as
/* Some systems don't have EILSEQ, so we define it here, but not as
EINVAL, because callers of `iconv' want to distinguish EINVAL and
EILSEQ. This is what iconv.h from libiconv does as well. Note
that wchar.h may also define EILSEQ, so this needs to be after we