>From edeae13c28aa406ce984c63f91556b4c6595679b Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Sun, 1 Jan 2017 18:17:55 +0900 Subject: [PATCH 2/4] advsync/memorybarriers: Use American spelling (initialize) Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- advsync/memorybarriers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advsync/memorybarriers.tex b/advsync/memorybarriers.tex index 721d893..98f7787 100644 --- a/advsync/memorybarriers.tex +++ b/advsync/memorybarriers.tex @@ -1760,7 +1760,7 @@ RCU system, for example, see \co{rcu_dereference()} in \path{include/linux/rcupdate.h}. This permits the current target of an RCU'd pointer to be replaced with a new modified target, without -the replacement target appearing to be incompletely initialised. +the replacement target appearing to be incompletely initialized. See also Section~\ref{sec:advsync:Cache Coherency} -- 2.7.4 -- 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