summaryrefslogtreecommitdiffstats
path: root/owned
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2012-09-16 10:48:49 -0700
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2012-09-16 10:48:49 -0700
commit4ba50c335ef2612f738f2551f66b453cdc4b0991 (patch)
tree69a89c84213b310329ba5650a74f3c2150eb4ebb /owned
parent3f574816289068e6091fe8123b1d29be21fef4ab (diff)
downloadperfbook-4ba50c335ef2612f738f2551f66b453cdc4b0991.tar.gz
Grammatical improvement.
Reported-by: Ryan Molden <ryanmolden@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'owned')
-rw-r--r--owned/owned.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/owned/owned.tex b/owned/owned.tex
index 04f7b7e9..ac09d333 100644
--- a/owned/owned.tex
+++ b/owned/owned.tex
@@ -14,8 +14,8 @@ any new examples, but will instead recycle examples from previous
chapters.
\QuickQuiz{}
- What form of data ownership that is extremely difficult
- to avoid using when creating shared-memory parallel programs
+ What form of data ownership is extremely difficult
+ to avoid when creating shared-memory parallel programs
(for example, using pthreads) in C or C++?
\QuickQuizAnswer{
Use of auto variables in functions.