diff mbox

[v2,15/17] qapi: Correct the name of the iops_rd parameter

Message ID c62067f2ceee33550c661ca729148c549faa8be6.1455788710.git.berto@igalia.com
State New
Headers show

Commit Message

Alberto Garcia Feb. 18, 2016, 10:27 a.m. UTC
Signed-off-by: Alberto Garcia <berto@igalia.com>
---
 qapi/block-core.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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
 #