mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
(Search Functions): Fix typo.
This commit is contained in:
parent
87b56f36cc
commit
6be569a4a6
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user