summaryrefslogtreecommitdiffstats
path: root/toolsoftrade
diff options
context:
space:
mode:
authorJunchang Wang <junchangwang@gmail.com>2018-11-10 20:49:58 +0800
committerPaul E. McKenney <paulmck@linux.ibm.com>2018-11-11 08:41:47 -0800
commit59d25618814ae5333e243f536f1295ff49a035ff (patch)
tree60722fa785969feb5ae54666baf7ce0265e046c7 /toolsoftrade
parentc218bebd16916863a3f3b36b1fa1c8688cbe127e (diff)
downloadperfbook-59d25618814ae5333e243f536f1295ff49a035ff.tar.gz
tooloftrade: add missing subject of sentence
Signed-off-by: Junchang Wang <junchangwang@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com> [ paulmck: Apply change suggested by Akira Yokosawa. ]
Diffstat (limited to 'toolsoftrade')
-rw-r--r--toolsoftrade/toolsoftrade.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex
index 0844b4c7..20171872 100644
--- a/toolsoftrade/toolsoftrade.tex
+++ b/toolsoftrade/toolsoftrade.tex
@@ -2043,8 +2043,8 @@ machine-sized and properly aligned.
It can also prevent load fusing, store fusing, invented loads, and
invented stores.
However, although it does prevent the compiler from reordering \co{volatile}
-accesses with each other, does nothing to prevent the CPU from reordering
-these accesses.
+accesses with each other, it does nothing to prevent the
+CPU from reordering these accesses.
Furthermore, it does nothing to prevent either compiler or CPU from
reordering non-\co{volatile} accesses with each other or with
\co{volatile} accesses.