]> xenbits.xensource.com Git - libvirt.git/commitdiff
libvirt: Fix 'quest' typo in comment
authorLi Yang <liyang.fnst@cn.fujitsu.com>
Fri, 25 Jul 2014 07:53:45 +0000 (03:53 -0400)
committerMartin Kletzander <mkletzan@redhat.com>
Fri, 25 Jul 2014 09:30:14 +0000 (11:30 +0200)
Signed-off-by: Li Yang <liyang.fnst@cn.fujitsu.com>
src/libvirt.c

index 79bcdf1b071b14fb98715e179e9be584781eb6bf..143d319a44b24a49b9c0dac4193bc2692e3fa31b 100644 (file)
@@ -2950,7 +2950,7 @@ virDomainSaveImageDefineXML(virConnectPtr conn, const char *file,
  * a crashed state after the dump completes.  If @flags includes
  * VIR_DUMP_LIVE, then make the core dump while continuing to allow
  * the guest to run; otherwise, the guest is suspended during the dump.
- * VIR_DUMP_RESET flag forces reset of the quest after dump.
+ * VIR_DUMP_RESET flag forces reset of the guest after dump.
  * The above three flags are mutually exclusive.
  *
  * Additionally, if @flags includes VIR_DUMP_BYPASS_CACHE, then libvirt
@@ -3042,7 +3042,7 @@ virDomainCoreDump(virDomainPtr domain, const char *to, unsigned int flags)
  * a crashed state after the dump completes.  If @flags includes
  * VIR_DUMP_LIVE, then make the core dump while continuing to allow
  * the guest to run; otherwise, the guest is suspended during the dump.
- * VIR_DUMP_RESET flag forces reset of the quest after dump.
+ * VIR_DUMP_RESET flag forces reset of the guest after dump.
  * The above three flags are mutually exclusive.
  *
  * Additionally, if @flags includes VIR_DUMP_BYPASS_CACHE, then libvirt