diff options
Diffstat (limited to 'iconv')
-rw-r--r-- | iconv/gconv_int.h | 2 | ||||
-rw-r--r-- | iconv/loop.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/iconv/gconv_int.h b/iconv/gconv_int.h index 80c1533..06faeaa 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 diff --git a/iconv/loop.c b/iconv/loop.c index 46bfdbb..ad0181f 100644 --- a/iconv/loop.c +++ b/iconv/loop.c @@ -38,7 +38,7 @@ BODY this is supposed to expand to the body of the loop. The user must provide this. - EXTRA_LOOP_DECLS extra arguments passed from converion loop call. + EXTRA_LOOP_DECLS extra arguments passed from conversion loop call. INIT_PARAMS code to define and initialize variables from params. UPDATE_PARAMS code to store result in params. |