mirror of https://gitee.com/openkylin/libvirt.git
vz: fix typos of 'explicitly'
Also add a space before ending a comment. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
c727638b4b
commit
374908e481
|
@ -341,7 +341,7 @@ vzDriverObjNew(void)
|
|||
ignore_value(prlsdkLoadDomains(driver));
|
||||
|
||||
/* As far as waitDomainJob finally calls virReportErrorHelper
|
||||
* and we are not going to report it, reset it expicitly*/
|
||||
* and we are not going to report it, reset it explicitly */
|
||||
virResetLastError();
|
||||
|
||||
return driver;
|
||||
|
|
|
@ -3186,7 +3186,7 @@ static int prlsdkConfigureGateways(PRL_HANDLE sdknet, virDomainNetDefPtr net)
|
|||
: VIR_SOCKET_ADDR_IPV6_ALL),
|
||||
VIR_SOCKET_ADDR_FAMILY(addrdst)));
|
||||
/* virSocketAddrParse raises an error
|
||||
* and we are not going to report it, reset it expicitly*/
|
||||
* and we are not going to report it, reset it explicitly */
|
||||
virResetLastError();
|
||||
|
||||
if (!virSocketAddrEqual(addrdst, &zero)) {
|
||||
|
|
Loading…
Reference in New Issue