From: Chen Hanxiao Date: Tue, 20 Sep 2016 07:37:21 +0000 (+0800) Subject: qemu_process: fix a typo X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=fb360df4b0930b9cb43f32cfc47e508f8c9200aa;p=libvirt.git qemu_process: fix a typo s/unitl/until Signed-off-by: Chen Hanxiao --- diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c index cecd3213f2..1f56883e4f 100644 --- a/src/qemu/qemu_process.c +++ b/src/qemu/qemu_process.c @@ -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));