public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] manual: Fix typo
@ 2023-01-18 18:28 Florian Weimer
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Weimer @ 2023-01-18 18:28 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8394b8c4617c925d7a7fab567401f07549d07b13

commit 8394b8c4617c925d7a7fab567401f07549d07b13
Author: Martin Joerg <martin.joerg@gmail.com>
Date:   Wed Jan 18 18:34:08 2023 +0100

    manual: Fix typo
    
    Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>

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}

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

* [glibc] manual: Fix typo
@ 2020-10-05 16:35 Jonathan Wakely
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Wakely @ 2020-10-05 16:35 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=5bb2e5300b9b7cf1b8b7f2cbcbfca4d4a529082d

commit 5bb2e5300b9b7cf1b8b7f2cbcbfca4d4a529082d
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Mon Oct 5 17:29:38 2020 +0100

    manual: Fix typo

Diff:
---
 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


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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-18 18:28 [glibc] manual: Fix typo Florian Weimer
  -- strict thread matches above, loose matches on Subject: below --
2020-10-05 16:35 Jonathan Wakely

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).