vfio: remove a duplicated word in comments
[qemu/ar7.git] / tests / qapi-schema / alternate-any.json
blobc958776767dd30e674a571afab12152317f4c504
1 # we do not allow the 'any' type as an alternate branch
3 ##
4 # @Alt:
5 ##
6 { 'alternate': 'Alt',
7   'data': { 'one': 'any',
8             'two': 'int' } }