public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] string.h: Fix boolean spelling in comments
@ 2022-06-03 19:13 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2022-06-03 19:13 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=3c23fa9f44fe88d0851e1344fc37ba60e74cb0fc

commit 3c23fa9f44fe88d0851e1344fc37ba60e74cb0fc
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Jun 3 10:22:38 2022 -0700

    string.h: Fix boolean spelling in comments

Diff:
---
 string/string.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-03 19:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-03 19:13 [glibc] string.h: Fix boolean spelling in comments H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).