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
|
* @dom: domain to start
|
||||||
* @flags: Must be 0 for now
|
* @flags: Must be 0 for now
|
||||||
*
|
*
|
||||||
|
|
|
@ -308,7 +308,7 @@ fallback:
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Check if the device's capability matches with provied
|
/* Check if the device's capability matches with provided
|
||||||
* capabilities.
|
* capabilities.
|
||||||
*/
|
*/
|
||||||
size_t j, k;
|
size_t j, k;
|
||||||
|
|
Loading…
Reference in New Issue