diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-08-30 14:32:07 +0200 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2013-08-30 18:08:59 +0200 |
commit | 382466e04e347d3b3fa221897efb8f4cdc239105 (patch) | |
tree | 502407214f530137467309e605493cc0dd18f274 /iconv/loop.c | |
parent | 6b06ac56cdfc9293908724e51e827534e97819aa (diff) | |
download | glibc-382466e04e347d3b3fa221897efb8f4cdc239105.tar glibc-382466e04e347d3b3fa221897efb8f4cdc239105.tar.gz glibc-382466e04e347d3b3fa221897efb8f4cdc239105.tar.bz2 glibc-382466e04e347d3b3fa221897efb8f4cdc239105.zip |
Fix typos.
Diffstat (limited to 'iconv/loop.c')
-rw-r--r-- | iconv/loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconv/loop.c b/iconv/loop.c index 46bfdbb47f..ad0181f744 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. |