From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37318) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1aex-0003bE-KM for qemu-devel@nongnu.org; Tue, 01 Nov 2016 11:07:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1aer-00060J-I7 for qemu-devel@nongnu.org; Tue, 01 Nov 2016 11:07:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57080) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c1aer-000609-CT for qemu-devel@nongnu.org; Tue, 01 Nov 2016 11:07:25 -0400 References: <20161018050418.4912-1-bobby.prani@gmail.com> From: Paolo Bonzini Message-ID: Date: Tue, 1 Nov 2016 16:07:19 +0100 MIME-Version: 1.0 In-Reply-To: <20161018050418.4912-1-bobby.prani@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] docs/rcu.txt: Fix minor typo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pranith Kumar , Cao jin , Sergey Fedorov , "open list:All patches CC here" On 18/10/2016 07:04, Pranith Kumar wrote: > s/presented/prevented/ > > Signed-off-by: Pranith Kumar > --- > docs/rcu.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/docs/rcu.txt b/docs/rcu.txt > index a70b72c..c84e7f4 100644 > --- a/docs/rcu.txt > +++ b/docs/rcu.txt > @@ -145,7 +145,7 @@ The core RCU API is small: > and then read from there. > > RCU read-side critical sections must use atomic_rcu_read() to > - read data, unless concurrent writes are presented by another > + read data, unless concurrent writes are prevented by another > synchronization mechanism. > > Furthermore, RCU read-side critical sections should traverse the > Finally queued, thanks. Paolo