virQEMUQAPISchemaTraverse: Fix quoting in comment

It tripped up highlighter in my editor.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Peter Krempa 2021-03-12 17:25:00 +01:00
parent 1ef4f5024d
commit ced521d050

View File

@ -402,7 +402,7 @@ virQEMUQAPISchemaTraverse(const char *baseName,
* 'subattribute': selects a plain object member named 'subattribute'
* '*subattribute': same as above but the selected member must be optional
* (has a property named 'default' in the schema)
* '+variant": In the case of unionized objects, select a specific variant of
* '+variant': In the case of unionized objects, select a specific variant of
* the previously selected member
*
* - Boolean queries - @entry remains NULL, return value indicates success: