summaryrefslogtreecommitdiffstats
path: root/qapi
diff options
context:
space:
mode:
authorAlberto Garcia2015-06-15 15:12:52 +0200
committerMichael Tokarev2015-06-23 19:23:39 +0200
commit6b932c0a5f951f1cfd3c459d8946074b9df8b829 (patch)
tree137c4bba75e3b2ff790a117760fee781f826131d /qapi
parenthw/display/qxl-logger.c: Constify some variable (diff)
downloadqemu-6b932c0a5f951f1cfd3c459d8946074b9df8b829.tar.gz
qemu-6b932c0a5f951f1cfd3c459d8946074b9df8b829.tar.xz
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.json2
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
#