From: H.J. Lu Date: Fri, 3 Jun 2022 17:22:38 +0000 (-0700) Subject: string.h: Fix boolean spelling in comments X-Git-Tag: glibc-2.36~192 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c23fa9f44fe88d0851e1344fc37ba60e74cb0fc;p=thirdparty%2Fglibc.git string.h: Fix boolean spelling in comments --- diff --git a/string/string.h b/string/string.h index d494a1d5f9e..54dd8344de2 100644 --- a/string/string.h +++ b/string/string.h @@ -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. */