diff options
author | Alberto Garcia <berto@igalia.com> | 2016-02-18 12:27:08 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2016-02-22 14:08:06 +0100 |
commit | f5a845fdb4cec3c4b8155f08314d5351a300aebd (patch) | |
tree | d5bc044c7cc1632caa379a953764720e282bd2f8 /qapi/block-core.json | |
parent | a90cade023ab5559f43583958f871d28d9bb7b32 (diff) | |
download | qemu-f5a845fdb4cec3c4b8155f08314d5351a300aebd.zip qemu-f5a845fdb4cec3c4b8155f08314d5351a300aebd.tar.gz qemu-f5a845fdb4cec3c4b8155f08314d5351a300aebd.tar.bz2 |
qapi: Correct the name of the iops_rd parameter
Signed-off-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'qapi/block-core.json')
-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 fbbc709..9bf1b22 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -1321,7 +1321,7 @@ # # @iops: total I/O operations per second # -# @ops_rd: read I/O operations per second +# @iops_rd: read I/O operations per second # # @iops_wr: write I/O operations per second # |