This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] Fix comment typo


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]