提交 fb360df4 编写于 作者: C Chen Hanxiao 提交者: Andrea Bolognani

qemu_process: fix a typo

s/unitl/until
Signed-off-by: NChen Hanxiao <chenhanxiao@gmail.com>
上级 4e2d642a
...@@ -1678,7 +1678,7 @@ qemuConnectMonitor(virQEMUDriverPtr driver, virDomainObjPtr vm, int asyncJob, ...@@ -1678,7 +1678,7 @@ qemuConnectMonitor(virQEMUDriverPtr driver, virDomainObjPtr vm, int asyncJob,
} }
/* Hold an extra reference because we can't allow 'vm' to be /* 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); virObjectRef(vm);
ignore_value(virTimeMillisNow(&priv->monStart)); ignore_value(virTimeMillisNow(&priv->monStart));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册