All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] memorder: Fix conjugation
@ 2017-09-07 14:47 Akira Yokosawa
  2017-09-07 15:21 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Akira Yokosawa @ 2017-09-07 14:47 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

From 52de440ceddf2f7bd97b4ad31b656d089f4b7f78 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Thu, 7 Sep 2017 23:39:54 +0900
Subject: [PATCH] memorder: Fix conjugation

Fixes: bee1892d96f3 ("memorder: Shift more towards "load" and "store"")
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
 memorder/memorder.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/memorder/memorder.tex b/memorder/memorder.tex
index c0d30c0..80b8ac3 100644
--- a/memorder/memorder.tex
+++ b/memorder/memorder.tex
@@ -256,7 +256,7 @@ record their stores in their respective store buffers.

 Row~3 shows the two loads (lines~10 and~19 of
 Listing~\ref{lst:memorder:Memory Misordering: Store-Buffering Litmus Test}).
-Because the variable being load by each CPU is in that CPU's cache,
+Because the variable being loaded by each CPU is in that CPU's cache,
 each load immediately returns the cached value, which in both cases
 is zero.

-- 
2.7.4


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

end of thread, other threads:[~2017-09-07 15:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-07 14:47 [PATCH] memorder: Fix conjugation Akira Yokosawa
2017-09-07 15:21 ` 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.