diff options
-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; |