提交 374908e4 编写于 作者: J Ján Tomko

vz: fix typos of 'explicitly'

Also add a space before ending a comment.
Signed-off-by: NJán Tomko <jtomko@redhat.com>
Reviewed-by: NPeter Krempa <pkrempa@redhat.com>
上级 c727638b
......@@ -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)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册