From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2178) id 1ED6B3858D28; Wed, 18 Jan 2023 18:28:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1ED6B3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674066531; bh=6E/0Vk6EJF3x64HZoCWTWDV+LTftNtOnGMF1y7X3nEo=; h=From:To:Subject:Date:From; b=sjSkvNjOdTWdkYTFCzBZ7YuY8IxT18V8oA0RHAhb1qMUSeXpGqsy3NssFV3D5UqQt jCEwrYqJOev0Jgkgrc5H2ZgiKl93iSk9XbY3DJwFJpHqSpjio9JgG0DITasz8lFsl3 M4uo7VxxGPbzOK7UL4hDVz+mZLxDnBsxZ5FxBZ2g= MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" From: Florian Weimer To: glibc-cvs@sourceware.org Subject: [glibc] manual: Fix typo X-Act-Checkin: glibc X-Git-Author: Martin Joerg X-Git-Refname: refs/heads/master X-Git-Oldrev: 07937809ac377f8ffb5bad3335194dd9a447922f X-Git-Newrev: 8394b8c4617c925d7a7fab567401f07549d07b13 Message-Id: <20230118182851.1ED6B3858D28@sourceware.org> Date: Wed, 18 Jan 2023 18:28:51 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8394b8c4617c925d7a7fab567401f07549d07b13 commit 8394b8c4617c925d7a7fab567401f07549d07b13 Author: Martin Joerg Date: Wed Jan 18 18:34:08 2023 +0100 manual: Fix typo Reviewed-by: Philippe Mathieu-Daudé Diff: --- manual/string.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/string.texi b/manual/string.texi index 0b60b3fbb4..7578aa1c26 100644 --- a/manual/string.texi +++ b/manual/string.texi @@ -2396,7 +2396,7 @@ is better than not using it. At present, the only way to do a more thorough job is to write the entire sensitive operation in assembly language. We anticipate that future compilers will recognize calls to @code{explicit_bzero} and take appropriate steps to erase all the -copies of the affected data, whereever they may be. +copies of the affected data, wherever they may be. @deftypefun void explicit_bzero (void *@var{block}, size_t @var{len}) @standards{BSD, string.h}