aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2009-04-13 18:55:15 +0000
committerEli Zaretskii <eliz@gnu.org>2009-04-13 18:55:15 +0000
commit76208fec874fdacd917a0026486fc80094cb81fb (patch)
treecc61326cbc2ed40607f28a65e0e3c303add5e321 /gdb
parente726d7841ce8575a82ecc238032cd4441b36270e (diff)
downloadgdb-76208fec874fdacd917a0026486fc80094cb81fb.zip
gdb-76208fec874fdacd917a0026486fc80094cb81fb.tar.gz
gdb-76208fec874fdacd917a0026486fc80094cb81fb.tar.bz2
Fix typo in the last change.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/charset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/charset.c b/gdb/charset.c
index 4631af8..7dd0f40 100644
--- a/gdb/charset.c
+++ b/gdb/charset.c
@@ -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