diff options
author | Fam Zheng <famz@redhat.com> | 2013-11-01 17:35:29 +0800 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2013-11-07 13:53:30 +0100 |
commit | a9a443c874cf92b583852cf8ea5b75df8580df32 (patch) | |
tree | 673f31806e200f06303f8167a4d437e5ec84acd7 | |
parent | 964668b03d26f0b5baa5e5aff0c966f4fcb76e9e (diff) | |
download | qemu-a9a443c874cf92b583852cf8ea5b75df8580df32.zip qemu-a9a443c874cf92b583852cf8ea5b75df8580df32.tar.gz qemu-a9a443c874cf92b583852cf8ea5b75df8580df32.tar.bz2 |
qapi: Fix comment for create-type to match code.
Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
-rw-r--r-- | qapi-schema.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index 81a375b..76c98a7 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -227,7 +227,7 @@ ## # @ImageInfoSpecificVmdk: # -# @create_type: The create type of VMDK image +# @create-type: The create type of VMDK image # # @cid: Content id of image # |