perfbook.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Elad Lahav <e2lahav@gmail.com>
To: perfbook@vger.kernel.org
Cc: Elad Lahav <e2lahav@gmail.com>
Subject: [PATCH] locking: fix small typo
Date: Thu, 29 Sep 2022 21:46:36 -0400	[thread overview]
Message-ID: <20220930014636.429996-1-e2lahav@gmail.com> (raw)

Signed-off-by: Elad Lahav <e2lahav@gmail.com>
---
 locking/locking.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/locking/locking.tex b/locking/locking.tex
index 45a12caa..032bd13d 100644
--- a/locking/locking.tex
+++ b/locking/locking.tex
@@ -1473,7 +1473,7 @@ Should readers be allowed to continue to acquire the lock, possibly
 starving the writer?
 Similarly, suppose that a writer holds the lock and that a large number
 of both readers and writers are waiting to acquire the lock.
-When the current writer release the lock, should it be given to a reader
+When the current writer releases the lock, should it be given to a reader
 or to another writer?
 If it is given to a reader, how many readers should be allowed to acquire
 the lock before the next writer is permitted to do so?
-- 
2.25.1


             reply	other threads:[~2022-09-30  1:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-30  1:46 Elad Lahav [this message]
2022-10-06 13:00 ` [PATCH] locking: fix small typo 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=20220930014636.429996-1-e2lahav@gmail.com \
    --to=e2lahav@gmail.com \
    --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).