From: Martin Joerg Date: Wed, 18 Jan 2023 17:34:08 +0000 (+0100) Subject: manual: Fix typo X-Git-Tag: glibc-2.37~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8394b8c4617c925d7a7fab567401f07549d07b13;p=thirdparty%2Fglibc.git manual: Fix typo Reviewed-by: Philippe Mathieu-Daudé --- diff --git a/manual/string.texi b/manual/string.texi index 0b60b3fbb45..7578aa1c265 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}