diff options
author | Alberto Garcia <berto@igalia.com> | 2015-06-15 16:12:52 +0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2015-06-23 20:23:39 +0300 |
commit | 6b932c0a5f951f1cfd3c459d8946074b9df8b829 (patch) | |
tree | 137c4bba75e3b2ff790a117760fee781f826131d /qapi | |
parent | a91e21186f81f712af8c02c7eec996ce25fb391f (diff) | |
download | qemu-6b932c0a5f951f1cfd3c459d8946074b9df8b829.zip |
throttle: Fix typo in the documentation of block_set_io_throttle
Signed-off-by: Alberto Garcia <berto@igalia.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'qapi')
-rw-r--r-- | qapi/block-core.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/block-core.json b/qapi/block-core.json index afa9d3d1f3..793a01e970 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -1083,7 +1083,7 @@ # # I/O limits can be disabled by setting all of them to 0. In this case # the device will be removed from its group and the rest of its -# members will no be affected. The 'group' parameter is ignored. +# members will not be affected. The 'group' parameter is ignored. # # @device: The name of the device # |