mirror of https://gitee.com/openkylin/libvirt.git
fix typo in lxc_driver.c and virsh-nodedev.c
This commit is contained in:
parent
6285c17f79
commit
dcd0f6d724
|
@ -887,7 +887,7 @@ cleanup:
|
|||
}
|
||||
|
||||
/**
|
||||
* lxcDomainCreateWithFlags:
|
||||
* lxcDomainCreateWithFiles:
|
||||
* @dom: domain to start
|
||||
* @flags: Must be 0 for now
|
||||
*
|
||||
|
|
|
@ -308,7 +308,7 @@ fallback:
|
|||
goto cleanup;
|
||||
}
|
||||
|
||||
/* Check if the device's capability matches with provied
|
||||
/* Check if the device's capability matches with provided
|
||||
* capabilities.
|
||||
*/
|
||||
size_t j, k;
|
||||
|
|
Loading…
Reference in New Issue