manual: Fix typo

Message ID 20230115183715.1278363-1-martin.joerg@gmail.com
State Committed
Commit 8394b8c4617c925d7a7fab567401f07549d07b13
Delegated to: Florian Weimer
Headers
Series manual: Fix typo |

Checks

Context Check Description
dj/TryBot-apply_patch success Patch applied to master at the time it was sent
dj/TryBot-32bit success Build for i686

Commit Message

Martin Joerg Jan. 15, 2023, 6:37 p.m. UTC
  ---
 manual/string.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Philippe Mathieu-Daudé Jan. 16, 2023, 8:36 a.m. UTC | #1
On 15/1/23 19:37, Martin Joerg via Libc-alpha wrote:
> ---
>   manual/string.texi | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
  
Florian Weimer Jan. 18, 2023, 2:52 p.m. UTC | #2
* Martin Joerg via Libc-alpha:

> ---
>  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}

Carlos, still okay to merge this?

Thanks,
Florian
  
Carlos O'Donell Jan. 18, 2023, 4:10 p.m. UTC | #3
On 1/18/23 09:52, Florian Weimer wrote:
> * Martin Joerg via Libc-alpha:
> 
>> ---
>>  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}
> 
> Carlos, still okay to merge this?

Absolutely. Please feel free to adjust the manual as required to correct typos
and fix bugs in the manual.
  

Patch

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}