]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix comment typo.
authorUlrich Drepper <drepper@redhat.com>
Thu, 12 Jul 2001 05:42:07 +0000 (05:42 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 12 Jul 2001 05:42:07 +0000 (05:42 +0000)
iconv/gconv_int.h

index d168efc0bee913c949b44f7849aef5042be0ebd6..9641077bcc54fd6c15788032c0080eb18e7d78ad 100644 (file)
@@ -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;