[PATCH] Fix comment typo

Jakub Jelinek jakub@redhat.com
Wed Jul 11 05:08:00 GMT 2001


Hi!

Just came over this.

2001-07-11  Jakub Jelinek  <jakub@redhat.com>

	* iconv/gconv_int.h: Fix comment typo.

--- libc/iconv/gconv_int.h.jj	Mon Nov 20 13:47:59 2000
+++ libc/iconv/gconv_int.h	Wed Jul 11 14:17:39 2001
@@ -38,7 +38,7 @@ extern struct path_elem *__gconv_path_el
 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;

	Jakub



More information about the Libc-hacker mailing list