Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758527AbcJRHno (ORCPT ); Tue, 18 Oct 2016 03:43:44 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:44893 "EHLO relay3-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758219AbcJRHne (ORCPT ); Tue, 18 Oct 2016 03:43:34 -0400 X-Originating-IP: 50.39.170.172 Date: Tue, 18 Oct 2016 00:43:24 -0700 From: Josh Triplett To: Pranith Kumar Cc: "Paul E. McKenney" , Steven Rostedt , Mathieu Desnoyers , Lai Jiangshan , Jonathan Corbet , "open list:READ-COPY UPDATE (RCU)" , "open list:DOCUMENTATION" Subject: Re: [PATCH] Documentation/RCU: Fix minor typo Message-ID: <20161018074323.aw5s2nkx4nigobyc@x> References: <20161018045403.28445-1-bobby.prani@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161018045403.28445-1-bobby.prani@gmail.com> User-Agent: NeoMutt/20161014 (1.7.1) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1036 Lines: 28 On Tue, Oct 18, 2016 at 12:54:03AM -0400, Pranith Kumar wrote: > deference should actually be dereference. > > Signed-off-by: Pranith Kumar Good catch. Reviewed-by: Josh Triplett > Documentation/RCU/whatisRCU.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/RCU/whatisRCU.txt b/Documentation/RCU/whatisRCU.txt > index 2044227..5cbd8b2 100644 > --- a/Documentation/RCU/whatisRCU.txt > +++ b/Documentation/RCU/whatisRCU.txt > @@ -237,7 +237,7 @@ rcu_dereference() > > The reader uses rcu_dereference() to fetch an RCU-protected > pointer, which returns a value that may then be safely > - dereferenced. Note that rcu_deference() does not actually > + dereferenced. Note that rcu_dereference() does not actually > dereference the pointer, instead, it protects the pointer for > later dereferencing. It also executes any needed memory-barrier > instructions for a given CPU architecture. Currently, only Alpha > -- > 2.10.1 >