Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> --- defer/rcuapi.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defer/rcuapi.tex b/defer/rcuapi.tex index 93b9767..6e014e0 100644 --- a/defer/rcuapi.tex +++ b/defer/rcuapi.tex @@ -570,7 +570,7 @@ Again, simply loading these pointers using C-language accesses could result in seeing pre-initialization garbage in the pointed-to data. However, if the pointer is merely to be tested and not dereferenced, this protection is not needed. -In this case, \co{rcu_access_pointer()()} may be used. +In this case, \co{rcu_access_pointer()} may be used. Normally, however, protection is required, and so the \co{rcu_dereference()} primitive ensures that subsequent code dereferencing the pointer will see the effects of initialization code -- 2.10.0