[PATCH v3 02/13] virQEMUQAPISchemaTraverse: Fix quoting in comment

Peter Krempa pkrempa at redhat.com
Fri Mar 12 17:20:45 UTC 2021


It tripped up highlighter in my editor.

Signed-off-by: Peter Krempa <pkrempa at redhat.com>
---
 src/qemu/qemu_qapi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qemu/qemu_qapi.c b/src/qemu/qemu_qapi.c
index f7e4ca9324..f4047f507a 100644
--- a/src/qemu/qemu_qapi.c
+++ b/src/qemu/qemu_qapi.c
@@ -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:
-- 
2.29.2




More information about the libvir-list mailing list