From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1039) id AC15C3858405; Fri, 3 Jun 2022 19:13:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AC15C3858405 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: H.J. Lu To: glibc-cvs@sourceware.org Subject: [glibc] string.h: Fix boolean spelling in comments X-Act-Checkin: glibc X-Git-Author: H.J. Lu X-Git-Refname: refs/heads/master X-Git-Oldrev: 48f4b30780038d618b4d19dc94f68caecf99cf52 X-Git-Newrev: 3c23fa9f44fe88d0851e1344fc37ba60e74cb0fc Message-Id: <20220603191320.AC15C3858405@sourceware.org> Date: Fri, 3 Jun 2022 19:13:20 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2022 19:13:20 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=3c23fa9f44fe88d0851e1344fc37ba60e74cb0fc commit 3c23fa9f44fe88d0851e1344fc37ba60e74cb0fc Author: H.J. Lu 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. */