mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
string.h: Fix boolean spelling in comments
This commit is contained in:
parent
48f4b30780
commit
3c23fa9f44
@ -73,7 +73,7 @@ extern int memcmp (const void *__s1, const void *__s2, size_t __n)
|
||||
or bcmp are correct implementations.
|
||||
|
||||
__memcmpeq is meant to be used by compilers when memcmp return is
|
||||
only used for its bolean value.
|
||||
only used for its boolean value.
|
||||
|
||||
__memcmpeq is declared only for use by compilers. Programs should
|
||||
continue to use memcmp. */
|
||||
|
Loading…
Reference in New Issue
Block a user