From 8394b8c4617c925d7a7fab567401f07549d07b13 Mon Sep 17 00:00:00 2001 From: Martin Joerg Date: Wed, 18 Jan 2023 18:34:08 +0100 Subject: manual: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Philippe Mathieu-Daudé --- 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} -- cgit 1.4.1