diff options
author | Jason Wang <jasowang@redhat.com> | 2010-11-29 06:48:40 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2010-12-09 14:39:15 +0100 |
commit | a290aec88a9c4747353ea7aa9b2569bd61297c3c (patch) | |
tree | c9d46a48b3f6f8f6986e746f54683241dc0b287c /drivers/vhost/vhost.h | |
parent | vhost: remove unused include (diff) | |
download | linux-a290aec88a9c4747353ea7aa9b2569bd61297c3c.tar.xz linux-a290aec88a9c4747353ea7aa9b2569bd61297c3c.zip |
vhost: fix typos in comment
Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'drivers/vhost/vhost.h')
-rw-r--r-- | drivers/vhost/vhost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/vhost/vhost.h b/drivers/vhost/vhost.h index 073d06ae091f..2af44b7b1f3f 100644 --- a/drivers/vhost/vhost.h +++ b/drivers/vhost/vhost.h @@ -102,7 +102,7 @@ struct vhost_virtqueue { * flush the vhost_work instead of synchronize_rcu. Therefore readers do * not need to call rcu_read_lock/rcu_read_unlock: the beginning of * vhost_work execution acts instead of rcu_read_lock() and the end of - * vhost_work execution acts instead of rcu_read_lock(). + * vhost_work execution acts instead of rcu_read_unlock(). * Writers use virtqueue mutex. */ void __rcu *private_data; /* Log write descriptors */ |