about summary refs log tree commit diff
path: root/manual/search.texi
diff options
context:
space:
mode:
authorVille Skytta <ville.skytta@iki.fi>2013-12-30 15:29:35 +0100
committerOndřej Bílka <neleai@seznam.cz>2013-12-30 15:42:26 +0100
commit9dcc8f116c57767cbdb967d57523c2050c25a583 (patch)
tree8a1644d71deb804b101852a3ff5cdfb72ad5ba93 /manual/search.texi
parentd97ae285e8c82cc07b719283e8a3dc799c1b9587 (diff)
downloadglibc-9dcc8f116c57767cbdb967d57523c2050c25a583.tar.gz
glibc-9dcc8f116c57767cbdb967d57523c2050c25a583.tar.xz
glibc-9dcc8f116c57767cbdb967d57523c2050c25a583.zip
Fix spelling in manual, as in bug 16376
Diffstat (limited to 'manual/search.texi')
-rw-r--r--manual/search.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/search.texi b/manual/search.texi
index efd3604790..a714ba7812 100644
--- a/manual/search.texi
+++ b/manual/search.texi
@@ -270,7 +270,7 @@ information.
 The weakest aspect of this function is that there can be at most one
 hashing table used through the whole program.  The table is allocated
 in local memory out of control of the programmer.  As an extension @theglibc{}
-provides an additional set of functions with an reentrant
+provides an additional set of functions with a reentrant
 interface which provide a similar interface but which allow to keep
 arbitrarily many hashing tables.
 
@@ -401,7 +401,7 @@ the failure.
 
 @table @code
 @item ENOMEM
-The table is filled and @code{hsearch_r} was called with an so far
+The table is filled and @code{hsearch_r} was called with a so far
 unknown key and @var{action} set to @code{ENTER}.
 @item ESRCH
 The @var{action} parameter is @code{FIND} and no corresponding element