string.h: Fix boolean spelling in comments
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 3 Jun 2022 17:22:38 +0000 (10:22 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 3 Jun 2022 17:22:38 +0000 (10:22 -0700)
string/string.h

index d494a1d..54dd834 100644 (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.  */