summaryrefslogtreecommitdiffstats
path: root/qapi
diff options
context:
space:
mode:
authorEric Blake2017-05-12 21:30:15 +0200
committerMichael Tokarev2017-06-04 17:42:55 +0200
commitf85d66f47feffc1a223d8336022b17a3c7aafd47 (patch)
tree690144a44f6e4d3b06f8ab86c28aa563e2cf37d8 /qapi
parenttrivial: Remove unneeded ifndef in memory.h (diff)
downloadqemu-f85d66f47feffc1a223d8336022b17a3c7aafd47.tar.gz
qemu-f85d66f47feffc1a223d8336022b17a3c7aafd47.tar.xz
qemu-f85d66f47feffc1a223d8336022b17a3c7aafd47.zip
block: Correct documentation for BLOCK_WRITE_THRESHOLD
Use the correct command name. Signed-off-by: Eric Blake <eblake@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/block-core.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/block-core.json b/qapi/block-core.json
index ea0b3e8b13..309b1df214 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -3624,7 +3624,7 @@
# means the device should be extended to avoid pausing for
# disk exhaustion.
# The event is one shot. Once triggered, it needs to be
-# re-registered with another block-set-threshold command.
+# re-registered with another block-set-write-threshold command.
#
# @node-name: graph node name on which the threshold was exceeded.
#