A sentence is pointing out ->a[] field while it should point out ->fa field by its context. This commit fixes the wrong field citation. Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> --- together/applyrcu.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/together/applyrcu.tex b/together/applyrcu.tex index 86471633a64a..60d489c3b7bb 100644 --- a/together/applyrcu.tex +++ b/together/applyrcu.tex @@ -465,7 +465,7 @@ length~\cite{Arcangeli03}. \item CPU~0 loads the value of \co{->fa->length}, obtaining the value 16. \item CPU~1 shrinks the array to be of length 8, and assigns a pointer to a new \co{foo_a} structure containing an 8-character block - of memory into \co{->a[]}. + of memory into \co{->fa}. \item CPU~0 picks up the new pointer from \co{->a[]}, and stores a new value into element 12. But because CPU~0 is still referencing the old \co{foo_a} -- 2.10.0 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html