summaryrefslogtreecommitdiff
path: root/iconv/gconv_int.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-07-12 05:42:07 +0000
committerUlrich Drepper <drepper@redhat.com>2001-07-12 05:42:07 +0000
commit9a321276ef6bf30f05c75bc167bf8b3e216a2620 (patch)
tree65d5baff380bdbd02368c1138084ecc4e71eddde /iconv/gconv_int.h
parent958c2666c6d0e5b703464d7c49011210ed9b1a4f (diff)
Fix comment typo.
Diffstat (limited to 'iconv/gconv_int.h')
-rw-r--r--iconv/gconv_int.h2
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;