diff mbox

throttle: Fix typo in the documentation of block_set_io_throttle

Message ID 1434373972-22694-1-git-send-email-berto@igalia.com
State New
Headers show

Commit Message

Alberto Garcia June 15, 2015, 1:12 p.m. UTC
Signed-off-by: Alberto Garcia <berto@igalia.com>
---
 qapi/block-core.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Eric Blake June 15, 2015, 3:05 p.m. UTC | #1
On 06/15/2015 07:12 AM, Alberto Garcia wrote:
> Signed-off-by: Alberto Garcia <berto@igalia.com>
> ---
>  qapi/block-core.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Eric Blake <eblake@redhat.com>

> 
> diff --git a/qapi/block-core.json b/qapi/block-core.json
> index afa9d3d..793a01e 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
>  #
>
Michael Tokarev June 17, 2015, 7:25 p.m. UTC | #2
Applied to -trivial, thank you!

/mjt
diff mbox

Patch

diff --git a/qapi/block-core.json b/qapi/block-core.json
index afa9d3d..793a01e 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
 #