]> git.proxmox.com Git - mirror_qemu.git/commitdiff
docs/rcu.txt: Fix minor typo
authorPranith Kumar <bobby.prani@gmail.com>
Tue, 18 Oct 2016 05:04:18 +0000 (01:04 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 2 Nov 2016 08:28:57 +0000 (09:28 +0100)
s/presented/prevented/

Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Message-Id: <20161018050418.4912-1-bobby.prani@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
docs/rcu.txt

index a70b72c54532842d45bffc038bc1007afcbe223f..c84e7f42b2b9f6df640d22709fa75ca1d58388ad 100644 (file)
@@ -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