From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwMZd-00020W-GR for qemu-devel@nongnu.org; Tue, 18 Oct 2016 01:04:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwMZY-0001EH-JL for qemu-devel@nongnu.org; Tue, 18 Oct 2016 01:04:25 -0400 Received: from mail-yw0-x244.google.com ([2607:f8b0:4002:c05::244]:33379) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1bwMZY-0001E3-FE for qemu-devel@nongnu.org; Tue, 18 Oct 2016 01:04:20 -0400 Received: by mail-yw0-x244.google.com with SMTP id w3so7564624ywg.0 for ; Mon, 17 Oct 2016 22:04:20 -0700 (PDT) From: Pranith Kumar Date: Tue, 18 Oct 2016 01:04:18 -0400 Message-Id: <20161018050418.4912-1-bobby.prani@gmail.com> Subject: [Qemu-devel] [PATCH] docs/rcu.txt: Fix minor typo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Cao jin , Sergey Fedorov , "open list:All patches CC here" 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 -- 2.10.1