diff options
| author | Marc-André Lureau | 2016-04-09 15:50:36 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin | 2016-04-13 18:52:34 +0200 |
| commit | c954f09ee5465adb03a95320e9156e2117e09603 (patch) | |
| tree | b9b683f7a219f1f58076a208a03543372c664825 /docs | |
| parent | specs/vhost-user: improve VHOST_SET_VRING_NUM documentation (diff) | |
| download | qemu-c954f09ee5465adb03a95320e9156e2117e09603.tar.gz qemu-c954f09ee5465adb03a95320e9156e2117e09603.tar.xz qemu-c954f09ee5465adb03a95320e9156e2117e09603.zip | |
specs/vhost-user: spelling fix
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/specs/vhost-user.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/specs/vhost-user.txt b/docs/specs/vhost-user.txt index 47782419c9..777c49cfe6 100644 --- a/docs/specs/vhost-user.txt +++ b/docs/specs/vhost-user.txt @@ -438,7 +438,7 @@ Message types Slave payload: u64 Query how many queues the backend supports. This request should be - sent only when VHOST_USER_PROTOCOL_F_MQ is set in quried protocol + sent only when VHOST_USER_PROTOCOL_F_MQ is set in queried protocol features by VHOST_USER_GET_PROTOCOL_FEATURES. * VHOST_USER_SET_VRING_ENABLE |
