vfio: remove a duplicated word in comments
[qemu/ar7.git] / tests / qapi-schema / comments.json
blobd31ef0d90aba6ae92869fda0aaaa62b6a29b2101
1 # Unindented comment
3 ##
4 # @Status:
5 ##
6 { 'enum': 'Status',             # Comment to the right of code
7   # Indented comment
8   'data': [ 'good', 'bad', 'ugly' ] }