From: Ulrich Drepper Date: Thu, 12 Jul 2001 05:42:07 +0000 (+0000) Subject: Fix comment typo. X-Git-Tag: cvs/glibc-2_2_4~236 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a321276ef6bf30f05c75bc167bf8b3e216a2620;p=thirdparty%2Fglibc.git Fix comment typo. --- diff --git a/iconv/gconv_int.h b/iconv/gconv_int.h index d168efc0bee..9641077bcc5 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;