From: Ján Tomko Date: Wed, 18 Nov 2020 13:59:37 +0000 (+0100) Subject: qemu_conf: fix a typo in comment X-Git-Tag: v6.10.0-rc1~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dc12ac2f8d626acd11ac912a2102fd39a25d812;p=thirdparty%2Flibvirt.git qemu_conf: fix a typo in comment Ceci n'est pas un objet. Signed-off-by: Ján Tomko Fixes: 7db61843b05a6e4295b1d2e27a3d86f162ef04a0 --- diff --git a/src/qemu/qemu_conf.c b/src/qemu/qemu_conf.c index 80ff18204e..83de26ab56 100644 --- a/src/qemu/qemu_conf.c +++ b/src/qemu/qemu_conf.c @@ -1391,7 +1391,7 @@ virCapsPtr virQEMUDriverCreateCapabilities(virQEMUDriverPtr driver) * driver. If @refresh is true, the capabilities will be * rebuilt first * - * The caller must release the reference with virObjetUnref + * The caller must release the reference with virObjectUnref * * Returns: a reference to a virCapsPtr instance or NULL */