mirror of https://gitee.com/openkylin/libvirt.git
Fix typos
Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
parent
9d26af5e5b
commit
785a11cec8
|
@ -789,7 +789,7 @@ virCHMonitorResumeVM(virCHMonitor *mon)
|
|||
* @mon: Pointer to the monitor
|
||||
* @info: Get VM info
|
||||
*
|
||||
* Retrive the VM info and store in @info
|
||||
* Retrieve the VM info and store in @info
|
||||
*
|
||||
* Returns 0 on success.
|
||||
*/
|
||||
|
|
|
@ -100,7 +100,7 @@ testPrepImages(void)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
/* create the folowing real backing chain with qcow2 images with absolute
|
||||
/* create the following real backing chain with qcow2 images with absolute
|
||||
* backing and different qcow2 versions:
|
||||
* datadir/raw <- datadir/qcow2 (qcow2v2) <- datadir/wrap (qcow2v3) */
|
||||
cmdraw = virCommandNewArgList(qemuimg, "create",
|
||||
|
|
Loading…
Reference in New Issue