]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu_process: fix a typo
authorChen Hanxiao <chenhanxiao@gmail.com>
Tue, 20 Sep 2016 07:37:21 +0000 (15:37 +0800)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 20 Sep 2016 08:48:58 +0000 (10:48 +0200)
s/unitl/until

Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
src/qemu/qemu_process.c

index cecd3213f24c85cc28dfbc972a3c519c61077d79..1f56883e4fd994549069e61479efb4eceb0b3aaa 100644 (file)
@@ -1678,7 +1678,7 @@ qemuConnectMonitor(virQEMUDriverPtr driver, virDomainObjPtr vm, int asyncJob,
     }
 
     /* Hold an extra reference because we can't allow 'vm' to be
-     * deleted unitl the monitor gets its own reference. */
+     * deleted until the monitor gets its own reference. */
     virObjectRef(vm);
 
     ignore_value(virTimeMillisNow(&priv->monStart));