vfio: remove a duplicated word in comments
[qemu/ar7.git] / tests / qapi-schema / redefined-command.json
blob3a8cb9024c217bbfa6ba1073ea1d3a4103fed6f8
1 # we reject commands defined more than once
3 ##
4 # @foo:
5 ##
6 { 'command': 'foo', 'data': { 'one': 'str' } }
7 ##
8 # @foo:
9 ##
10 { 'command': 'foo', 'data': { '*two': 'str' } }