public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] manual: Fix typo
@ 2023-01-15 18:37 Martin Joerg
  2023-01-16  8:36 ` Philippe Mathieu-Daudé
  2023-01-18 14:52 ` Florian Weimer
  0 siblings, 2 replies; 6+ messages in thread
From: Martin Joerg @ 2023-01-15 18:37 UTC (permalink / raw)
  To: libc-alpha; +Cc: Martin Joerg

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] manual: Fix typo
  2023-01-15 18:37 [PATCH] manual: Fix typo Martin Joerg
@ 2023-01-16  8:36 ` Philippe Mathieu-Daudé
  2023-01-18 14:52 ` Florian Weimer
  1 sibling, 0 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-01-16  8:36 UTC (permalink / raw)
  To: Martin Joerg, libc-alpha

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>



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] manual: Fix typo
  2023-01-15 18:37 [PATCH] manual: Fix typo Martin Joerg
  2023-01-16  8:36 ` Philippe Mathieu-Daudé
@ 2023-01-18 14:52 ` Florian Weimer
  2023-01-18 16:10   ` Carlos O'Donell
  1 sibling, 1 reply; 6+ messages in thread
From: Florian Weimer @ 2023-01-18 14:52 UTC (permalink / raw)
  To: Martin Joerg via Libc-alpha; +Cc: Martin Joerg, Carlos O'Donell

* 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] manual: Fix typo
  2023-01-18 14:52 ` Florian Weimer
@ 2023-01-18 16:10   ` Carlos O'Donell
  0 siblings, 0 replies; 6+ messages in thread
From: Carlos O'Donell @ 2023-01-18 16:10 UTC (permalink / raw)
  To: Florian Weimer, Martin Joerg via Libc-alpha; +Cc: Martin Joerg

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.

-- 
Cheers,
Carlos.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] manual: Fix typo
  2020-10-05 16:34 Jonathan Wakely
@ 2020-10-05 16:36 ` Florian Weimer
  0 siblings, 0 replies; 6+ messages in thread
From: Florian Weimer @ 2020-10-05 16:36 UTC (permalink / raw)
  To: Jonathan Wakely via Libc-alpha; +Cc: Jonathan Wakely

* Jonathan Wakely via Libc-alpha:

> ---
>  manual/threads.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/manual/threads.texi b/manual/threads.texi
> index 4ab0622443..5bcfe32d6a 100644
> --- a/manual/threads.texi
> +++ b/manual/threads.texi
> @@ -896,7 +896,7 @@ Model Aware Atomic Operations, gcc, Using the GNU Compiler Collection
>  
>  @smallexample
>  if (__libc_single_threaded)
> -  ++refeference_count;
> +  ++reference_count;

Thanks, looks fine.

Florian
-- 
Red Hat GmbH, https://de.redhat.com/ , Registered seat: Grasbrunn,
Commercial register: Amtsgericht Muenchen, HRB 153243,
Managing Directors: Charles Cachera, Brian Klemm, Laurie Krebs, Michael O'Neill


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] manual: Fix typo
@ 2020-10-05 16:34 Jonathan Wakely
  2020-10-05 16:36 ` Florian Weimer
  0 siblings, 1 reply; 6+ messages in thread
From: Jonathan Wakely @ 2020-10-05 16:34 UTC (permalink / raw)
  To: libc-alpha

---
 manual/threads.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manual/threads.texi b/manual/threads.texi
index 4ab0622443..5bcfe32d6a 100644
--- a/manual/threads.texi
+++ b/manual/threads.texi
@@ -896,7 +896,7 @@ Model Aware Atomic Operations, gcc, Using the GNU Compiler Collection
 
 @smallexample
 if (__libc_single_threaded)
-  ++refeference_count;
+  ++reference_count;
 else
   __atomic_fetch_add (&reference_count, 1, __ATOMIC_ACQ_REL);
 @end smallexample
-- 
2.26.2


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-01-18 16:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-15 18:37 [PATCH] manual: Fix typo Martin Joerg
2023-01-16  8:36 ` Philippe Mathieu-Daudé
2023-01-18 14:52 ` Florian Weimer
2023-01-18 16:10   ` Carlos O'Donell
  -- strict thread matches above, loose matches on Subject: below --
2020-10-05 16:34 Jonathan Wakely
2020-10-05 16:36 ` Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).