]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
qapi: Correct the name of the iops_rd parameter
authorAlberto Garcia <berto@igalia.com>
Thu, 18 Feb 2016 10:27:08 +0000 (12:27 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 22 Feb 2016 13:08:06 +0000 (14:08 +0100)
Signed-off-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
qapi/block-core.json

index fbbc709e9d80798eb74850dbcbd20e72cad6eec0..9bf1b22b72341b5b1cb67ce5b2de1e2f246f9b8a 100644 (file)
 #
 # @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
 #