diff options
| author | Pranith Kumar | 2016-10-18 07:04:18 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2016-11-02 09:28:57 +0100 |
| commit | 85cdeb36a4d4f46f04ea3f4a9e4f1e86dd8e5c9a (patch) | |
| tree | c5906c412e002f0fc69b8525d0236636b567eb02 /docs | |
| parent | vl: exit qemu on guest panic if -no-shutdown is not set (diff) | |
| download | qemu-85cdeb36a4d4f46f04ea3f4a9e4f1e86dd8e5c9a.tar.gz qemu-85cdeb36a4d4f46f04ea3f4a9e4f1e86dd8e5c9a.tar.xz qemu-85cdeb36a4d4f46f04ea3f4a9e4f1e86dd8e5c9a.zip | |
docs/rcu.txt: Fix minor typo
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>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rcu.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rcu.txt b/docs/rcu.txt index a70b72c545..c84e7f42b2 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 |
