string.h: Fix boolean spelling in comments

This commit is contained in:
H.J. Lu 2022-06-03 10:22:38 -07:00
parent 48f4b30780
commit 3c23fa9f44
1 changed files with 1 additions and 1 deletions

View File

@ -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. */