From 6b932c0a5f951f1cfd3c459d8946074b9df8b829 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Mon, 15 Jun 2015 16:12:52 +0300 Subject: [PATCH] throttle: Fix typo in the documentation of block_set_io_throttle Signed-off-by: Alberto Garcia Reviewed-by: Eric Blake Signed-off-by: Michael Tokarev --- qapi/block-core.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # -- GitLab