]> git.proxmox.com Git - mirror_qemu.git/commitdiff
doc/rcu: fix typo
authorCao jin <caoj.fnst@cn.fujitsu.com>
Thu, 1 Sep 2016 02:21:19 +0000 (10:21 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 13 Sep 2016 17:08:47 +0000 (19:08 +0200)
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Message-Id: <1472696479-3619-1-git-send-email-caoj.fnst@cn.fujitsu.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
docs/rcu.txt

index 2f70954e82929ac00f72a64c465dfa8084981432..a70b72c54532842d45bffc038bc1007afcbe223f 100644 (file)
@@ -37,7 +37,7 @@ do not matter; as soon as all previous critical sections have finished,
 there cannot be any readers who hold references to the data structure,
 and these can now be safely reclaimed (e.g., freed or unref'ed).
 
-Here is a picutre:
+Here is a picture:
 
         thread 1                  thread 2                  thread 3
     -------------------    ------------------------    -------------------