mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
string.h: Fix boolean spelling in comments
This commit is contained in:
@ -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. */
|
||||
|
Reference in New Issue
Block a user