summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2024-02-12 06:38:37 -0800
committerPaul E. McKenney <paulmck@kernel.org>2024-02-12 06:39:31 -0800
commitb0f4bfe76079bd952351ccd925832b161889e0ae (patch)
treea5adc080177911fe8b8433547f583626ec69866e
parentc32f8e96b44d081bade9574e882d4661690bc0d7 (diff)
downloadperfbook-b0f4bfe76079bd952351ccd925832b161889e0ae.tar.gz
memorder: Fix s/encourage/encouraged/ typo
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rw-r--r--memorder/memorder.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/memorder/memorder.tex b/memorder/memorder.tex
index edb870c7..94f1085a 100644
--- a/memorder/memorder.tex
+++ b/memorder/memorder.tex
@@ -3008,7 +3008,7 @@ passage of time itself as a memory-ordering operation.
perhaps referring to \path{CodeSamples/cpu/perftemporal.sh} and
the scripts and programs that it invokes.
- And all readers are encourage to note that even on relatively
+ And all readers are encouraged to note that even on relatively
strongly ordered CPUs such as x86, store-to-store and
load-to-store IPC links can be counter-temporal.
}\QuickQuizEnd