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 659928877c00..86471633a64a 100644 --- a/together/applyrcu.tex +++ b/together/applyrcu.tex @@ -268,7 +268,7 @@ Line~65 then retains a pointer to the current (soon to be old) \co{countarray} structure, and line~66 uses \co{rcu_assign_pointer()} to install the new version of the \co{countarray} structure. Line~68 waits for a grace period to elapse, so that any threads that -might be concurrently executing in \co{read_count}, and thus might +might be concurrently executing in \co{read_count()}, and thus might have references to the old \co{countarray} structure, will be allowed to exit their RCU read-side critical sections, thus dropping any such references. -- 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