aboutsummaryrefslogtreecommitdiff
path: root/qapi/event.json
diff options
context:
space:
mode:
authorWenchao Xia <wenchaoqemu@gmail.com>2014-06-24 16:34:00 -0700
committerLuiz Capitulino <lcapitulino@redhat.com>2014-06-27 09:27:56 -0400
commit2f44a08b3e2a42eb78dcb75657e007dffacba30d (patch)
tree7122392a1cd58170934300954da8ff56b01df2d0 /qapi/event.json
parentd6f9c82c62023c1ed5af76847c55b0a663bdd2cc (diff)
qapi event: clean up in callers
This patch improves docs and address small issues in event callers. Signed-off-by: Wenchao Xia <wenchaoqemu@gmail.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'qapi/event.json')
-rw-r--r--qapi/event.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/qapi/event.json b/qapi/event.json
index e7a47f9927..8f817b18a1 100644
--- a/qapi/event.json
+++ b/qapi/event.json
@@ -1,8 +1,8 @@
##
# @SHUTDOWN
#
-# Emitted when the virtual machine has shutdown, possibly indicating that QEMU
-# is about about to exit.
+# Emitted when the virtual machine has shut down, indicating that qemu is
+# about to exit.
#
# Note: If the command-line option "-no-shutdown" has been specified, qemu will
# not exit, and a STOP event will eventually follow the SHUTDOWN event