about summary refs log tree commit diff
path: root/string/string.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2022-06-03 10:22:38 -0700
committerH.J. Lu <hjl.tools@gmail.com>2022-06-03 10:22:38 -0700
commit3c23fa9f44fe88d0851e1344fc37ba60e74cb0fc (patch)
tree14f91d6ecacea3e6dcb8ca8587a01e417b82595c /string/string.h
parent48f4b30780038d618b4d19dc94f68caecf99cf52 (diff)
downloadglibc-3c23fa9f44fe88d0851e1344fc37ba60e74cb0fc.tar.gz
glibc-3c23fa9f44fe88d0851e1344fc37ba60e74cb0fc.tar.xz
glibc-3c23fa9f44fe88d0851e1344fc37ba60e74cb0fc.zip
string.h: Fix boolean spelling in comments
Diffstat (limited to 'string/string.h')
-rw-r--r--string/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/string.h b/string/string.h
index d494a1d5f9..54dd8344de 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.  */