mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-28 13:57:42 +03:00
qemu_process: fix a typo
s/unitl/until Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
This commit is contained in:
parent
4e2d642afb
commit
fb360df4b0
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user