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: Tizen_Studio_1.3_Release_p2.3.2~30^2~6^2~8^2~172^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f5a845fdb4cec3c4b8155f08314d5351a300aebd;p=sdk%2Femulator%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 fbbc709e9d..9bf1b22b72 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 #