From: Alberto Garcia Date: Thu, 18 Feb 2016 10:27:08 +0000 (+0200) Subject: qapi: Correct the name of the iops_rd parameter X-Git-Tag: v2.6.0-rc0~92^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5a845fdb4cec3c4b8155f08314d5351a300aebd;p=thirdparty%2Fqemu.git qapi: Correct the name of the iops_rd parameter Signed-off-by: Alberto Garcia Signed-off-by: Kevin Wolf --- diff --git a/qapi/block-core.json b/qapi/block-core.json index fbbc709e9d8..9bf1b22b723 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 #