summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeongJae Park <sj38.park@gmail.com>2023-12-02 09:26:11 -0800
committerPaul E. McKenney <paulmck@kernel.org>2023-12-02 11:25:42 -0800
commita699ea48d33cb15515de63d37971b98949342ba5 (patch)
treededc2b5f2761655fe4b8cc48c0b9e68601af3eed
parent87143226909eac42c3b58a9526ba20bcbf84a8d4 (diff)
downloadperfbook-a699ea48d33cb15515de63d37971b98949342ba5.tar.gz
future/htm: Remove unnecessary extra 'and'
A sentence in future/htm.tex is having 'and' unnecessarily. Probably just a typo. Remove it. Signed-off-by: SeongJae Park <sj38.park@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rw-r--r--future/htm.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/future/htm.tex b/future/htm.tex
index 1404169e..7a5e4ed3 100644
--- a/future/htm.tex
+++ b/future/htm.tex
@@ -582,7 +582,7 @@ semantics of locking, but loses locking's time-based messaging semantics.
On the other hand, it is possible for a non-empty lock-based
critical section to be relying on both the data-protection
- and time-based and messaging semantics of locking.
+ and time-based messaging semantics of locking.
Using transactional lock elision in such a case would be
incorrect, and would result in bugs.
}\QuickQuizEndM