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