]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 d494a1d5f9ea13f93dacecc8d1be3843ad8bd891..54dd8344de25a2cdb3f4eac2ac4d0878d1b0d756 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.  */