summaryrefslogtreecommitdiffstats
path: root/owned
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2012-03-09 08:22:29 -0800
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2012-03-09 08:22:29 -0800
commitf18b206255ef49d320ac1be24424a7e7d2e92f5f (patch)
tree95412249d84ea1cbad300dec609942abdceb708b /owned
parentff44034ac1c3d122f3481138f6deb2eaa57174d0 (diff)
downloadperfbook-f18b206255ef49d320ac1be24424a7e7d2e92f5f.tar.gz
Fix typo: s/were/where/
Reported-by: Cheedoong Drung <cn-boy@china.com.cn> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'owned')
-rw-r--r--owned/owned.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/owned/owned.tex b/owned/owned.tex
index 83df2271..61c849ac 100644
--- a/owned/owned.tex
+++ b/owned/owned.tex
@@ -287,7 +287,7 @@ In other cases, privatization imposes costs.
For example, consider the simple limit counter shown in
Figure~\ref{fig:count:Simple Limit Counter Add, Subtract, and Read} on
page~\ref{fig:count:Simple Limit Counter Add, Subtract, and Read}.
-This is an example of an algorithm were threads can read each others'
+This is an example of an algorithm where threads can read each others'
data, but are only permitted to update their own data.
A quick review of the algorithm shows that the only cross-thread
accesses are in the summation loop in \co{read_count()}.