vfio: remove a duplicated word in comments
[qemu/ar7.git] / tests / qapi-schema / reserved-enum-q.json
blob6c7e7177c3d47eec8bdb024adf49e014a04bbb8b
1 # C entity name collision
2 # We reject names like 'q-unix', because they can collide with the mangled
3 # name for 'unix' in generated C.
5 ##
6 # @Foo:
7 ##
8 { 'enum': 'Foo', 'data': [ 'unix', 'q-Unix' ] }