OSDN Git Service

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 fbbc709..9bf1b22 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
 #