diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-12 05:42:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-12 05:42:07 +0000 |
commit | 9a321276ef6bf30f05c75bc167bf8b3e216a2620 (patch) | |
tree | 65d5baff380bdbd02368c1138084ecc4e71eddde /iconv/gconv_int.h | |
parent | 958c2666c6d0e5b703464d7c49011210ed9b1a4f (diff) | |
download | glibc-9a321276ef6bf30f05c75bc167bf8b3e216a2620.tar.gz glibc-9a321276ef6bf30f05c75bc167bf8b3e216a2620.tar.xz glibc-9a321276ef6bf30f05c75bc167bf8b3e216a2620.zip |
Fix comment typo.
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 d168efc0be..9641077bcc 100644 --- a/iconv/gconv_int.h +++ b/iconv/gconv_int.h @@ -38,7 +38,7 @@ extern struct path_elem *__gconv_path_elem; extern size_t __gconv_max_path_elem_len; -/* Structure for alias definition. Simply to strings. */ +/* Structure for alias definition. Simply two strings. */ struct gconv_alias { char *fromname; |