All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] glossary: Capitalize 'Release store'
@ 2022-05-23  1:18 Akira Yokosawa
  2022-05-23  1:19 ` [PATCH 2/2] formal: Update RCU-test-ratio table as of v5.18 Akira Yokosawa
  2022-05-23  4:49 ` [PATCH 1/2] glossary: Capitalize 'Release store' Paul E. McKenney
  0 siblings, 2 replies; 3+ messages in thread
From: Akira Yokosawa @ 2022-05-23  1:18 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

Make it consistent with other terms.

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
 glossary.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/glossary.tex b/glossary.tex
index d488670d8b25..87db763b7be4 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -620,7 +620,7 @@
 	entity.
 	Reference counters provide existence guarantees and are sometimes
 	used to implement garbage collectors.
-\item[\IXG{Release store}:]
+\item[\IXG{Release Store}:]
 	A write to memory that has release semantics.
 	Normal use cases pair an acquire load with a release store,
 	in which case if the load returns the value stored, then all

base-commit: 3783abdc439f1652ec710ca2dabd99fc0fd65fca
-- 
2.25.1


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

end of thread, other threads:[~2022-05-23  4:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-23  1:18 [PATCH 1/2] glossary: Capitalize 'Release store' Akira Yokosawa
2022-05-23  1:19 ` [PATCH 2/2] formal: Update RCU-test-ratio table as of v5.18 Akira Yokosawa
2022-05-23  4:49 ` [PATCH 1/2] glossary: Capitalize 'Release store' Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.