perfbook.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Akira Yokosawa <akiyks@gmail.com>
To: "Paul E. McKenney" <paulmck@kernel.org>
Cc: perfbook@vger.kernel.org, Akira Yokosawa <akiyks@gmail.com>
Subject: [PATCH 1/2] glossary: Capitalize 'Release store'
Date: Mon, 23 May 2022 10:18:46 +0900	[thread overview]
Message-ID: <1865d37a-ee66-97ef-87c9-8224d7dc0394@gmail.com> (raw)

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


             reply	other threads:[~2022-05-23  1:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-23  1:18 Akira Yokosawa [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1865d37a-ee66-97ef-87c9-8224d7dc0394@gmail.com \
    --to=akiyks@gmail.com \
    --cc=paulmck@kernel.org \
    --cc=perfbook@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).