diff options
author | Alon Levy <alevy@redhat.com> | 2012-03-05 15:13:28 +0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2012-03-09 17:34:17 -0300 |
commit | d03ee40185ae8f6d6993ef58f96e0eb956f3cc33 (patch) | |
tree | ec80fe559940208bce414341531e5d3cf59343c7 | |
parent | 419e1bdfefecdb161d7a78c7b7da1e70074bd61a (diff) | |
download | qemu-d03ee40185ae8f6d6993ef58f96e0eb956f3cc33.zip qemu-d03ee40185ae8f6d6993ef58f96e0eb956f3cc33.tar.gz qemu-d03ee40185ae8f6d6993ef58f96e0eb956f3cc33.tar.bz2 |
qapi-schema.json: fix comment for type ObjectPropretyInfo
Signed-off-by: Alon Levy <alevy@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@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 93ee2a4..dd9e0e5 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -1256,7 +1256,7 @@ { 'command': 'migrate_set_speed', 'data': {'value': 'int'} } ## -# @DevicePropertyInfo: +# @ObjectPropertyInfo: # # @name: the name of the property # |