vfio: remove a duplicated word in comments
[qemu/ar7.git] / tests / qapi-schema / enum-clash-member.json
blobfd52751941f348a3f2dc922b51c7fc4ff00eab3f
1 # we reject enums where members will clash when mapped to C enum
3 ##
4 # @MyEnum:
5 ##
6 { 'enum': 'MyEnum', 'data': [ 'one-two', 'one_two' ] }