A sentence in whymemorybarriers.tex is missing '()' for functions,
namely foo() and bar().  Add it for the consistency.

Signed-off-by: SeongJae Park <[email protected]>
---
 appendix/whymb/whymemorybarriers.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appendix/whymb/whymemorybarriers.tex 
b/appendix/whymb/whymemorybarriers.tex
index 5cc7911b..a7f97897 100644
--- a/appendix/whymb/whymemorybarriers.tex
+++ b/appendix/whymb/whymemorybarriers.tex
@@ -1374,7 +1374,7 @@ only on the CPU executing the memory barrier.
                to minimize the resulting stalls.}
 }\QuickQuizEnd
 
-If we update \co{foo} and \co{bar} to use read and write memory
+If we update \co{foo()} and \co{bar()} to use read and write memory
 barriers, they appear as follows:
 
 \begin{VerbatimN}[fontsize=\footnotesize,samepage=true]
-- 
2.17.1


Reply via email to