]> sourceware.org Git - glibc.git/commitdiff
(Search Functions): Fix typo.
authorAndreas Jaeger <aj@suse.de>
Sat, 10 Feb 2001 17:07:35 +0000 (17:07 +0000)
committerAndreas Jaeger <aj@suse.de>
Sat, 10 Feb 2001 17:07:35 +0000 (17:07 +0000)
manual/string.texi

index 745cb4a0aec313152ff065d3b8d10cc96f916045..e2f51869ef811004112d28f4fc7bca722e9a1427 100644 (file)
@@ -1077,7 +1077,7 @@ The @code{rawmemchr} function exists for just this situation which is
 surprisingly frequent.  The interface is similar to @code{memchr} except
 that the @var{size} parameter is missing.  The function will look beyond
 the end of the block pointed to by @var{block} in case the programmer
-made in error in assuming that the byte @var{c} is present in the block.
+made an error in assuming that the byte @var{c} is present in the block.
 In this case the result is unspecified.  Otherwise the return value is a
 pointer to the located byte.
 
This page took 0.044876 seconds and 5 git commands to generate.