Re: [libvirt] [PATCH] qemu_process: fix a typo

2016-09-20 Thread Andrea Bolognani
On Tue, 2016-09-20 at 15:37 +0800, Chen Hanxiao wrote:
> From: Chen Hanxiao 
> 
> s/unitl/until
> 
> Signed-off-by: Chen Hanxiao 
> ---
>  src/qemu/qemu_process.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c
> index cecd321..1f56883 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));

ACK and pushed. Thanks! :)

-- 
Andrea Bolognani / Red Hat / Virtualization

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


[libvirt] [PATCH] qemu_process: fix a typo

2016-09-20 Thread Chen Hanxiao
From: Chen Hanxiao 

s/unitl/until

Signed-off-by: Chen Hanxiao 
---
 src/qemu/qemu_process.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c
index cecd321..1f56883 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));
-- 
1.8.3.1


--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list