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:
Ján Tomko 2020-01-24 21:32:03 +01:00
parent c727638b4b
commit 374908e481
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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)) {