about summary refs log tree commit diff
path: root/iconv
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-03-10 08:41:39 +0000
committerAndreas Jaeger <aj@suse.de>2000-03-10 08:41:39 +0000
commite8b1163ed03e17558e918116b2ab594a60161154 (patch)
tree79aa1e06f5a24d3fa6d23c007cf141aacaf4d4f0 /iconv
parentf25da8d01f8d783fff627a95628a73b037526245 (diff)
downloadglibc-e8b1163ed03e17558e918116b2ab594a60161154.tar.gz
glibc-e8b1163ed03e17558e918116b2ab594a60161154.tar.xz
glibc-e8b1163ed03e17558e918116b2ab594a60161154.zip
2000-03-09 Martin Buchholz <martin@xemacs.org>
	* sysdeps/unix/sysv/linux/alpha/syscall.S:
	* manual/message.texi (Using gettextized software):
	* manual/message.texi (Message Translation): Doc Fixes.
	* manual/filesys.texi (File Size):
	* manual/charset.texi (glibc iconv Implementation):
	* locale/programs/ld-collate.c (collate_output):
	* iconv/gconv_db.c (find_derivation):
	* manual/install.texi:
	* manual/search.texi (Hash Search Function):
	* manual/stdio.texi (Output Conversion Syntax):
	* FAQ.in:
	* config.h.in:
	* sysdeps/generic/dl-sysdep.c:
	Doc Fixes.  `allows to' is not correct English.

	* elf/rtld.c: Doc fixes.
	* manual/creature.texi (Feature Test Macros): Doc fixes.
	* manual/memory.texi (Hooks for Malloc): Doc Fixes.

	* manual/filesys.texi (Working Directory): Check for ERANGE to
	avoid infloop.
Diffstat (limited to 'iconv')
-rw-r--r--iconv/gconv_db.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/iconv/gconv_db.c b/iconv/gconv_db.c
index 842cd1faec..f4a86e0cd0 100644
--- a/iconv/gconv_db.c
+++ b/iconv/gconv_db.c
@@ -359,8 +359,8 @@ find_derivation (const char *toset, const char *toset_expand,
          one with the lower costs.  Otherwise add the new charset at the
          end.
 
-	 The module database is organized in a tree form which allows to
-	 search for prefixes.  So we search for the first entry with a
+	 The module database is organized in a tree form which allows
+	 searching for prefixes.  So we search for the first entry with a
 	 matching prefix and any other matching entry can be found from
 	 this place.  */
       struct gconv_module *node = __gconv_modules_db;