vfio: remove a duplicated word in comments
[qemu/ar7.git] / tests / qapi-schema / args-member-unknown.json
blobe2fef9c46f0092bc3c94ed627711a390b3a23783
1 # we reject data if it does not contain a known type
3 ##
4 # @oops:
5 ##
6 { 'command': 'oops', 'data': { 'member': 'NoSuchType' } }