diff options
Diffstat (limited to 'iconv/gconv_int.h')
-rw-r--r-- | iconv/gconv_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconv/gconv_int.h b/iconv/gconv_int.h index 80c15335ef..06faeaafc9 100644 --- a/iconv/gconv_int.h +++ b/iconv/gconv_int.h @@ -49,7 +49,7 @@ struct gconv_alias }; -/* How many character should be conveted in one call? */ +/* How many character should be converted in one call? */ #define GCONV_NCHAR_GOAL 8160 |