>From 5a71dfe6dbac0d358aa2c004a2250279dbd9b1ed Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Fri, 6 Jan 2017 00:07:19 +0900 Subject: [PATCH 3/4] together: Typo fix (a RCU ... -> an RCU ...) Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- together/applyrcu.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/together/applyrcu.tex b/together/applyrcu.tex index 6334886..dd03c8c 100644 --- a/together/applyrcu.tex +++ b/together/applyrcu.tex @@ -332,7 +332,7 @@ lock. This section shows how RCU may be used to avoid this overhead. The code for performing an I/O is quite similar to the original, with -a RCU read-side critical section being substituted for the reader-writer +an RCU read-side critical section being substituted for the reader-writer lock read-side critical section in the original: \vspace{5pt} -- 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