vfio: remove a duplicated word in comments
[qemu/ar7.git] / tests / qapi-schema / doc-optional.json
blob06c855ec94005ccee4b3e38df530e0dfb99e5425
1 # Description #optional should match declaration
3 ##
4 # @foo:
5 # @a: a #optional
6 ##
7 { 'command': 'foo', 'data': {'a': 'int'} }