Also add a space before ending a comment.
Signed-off-by: Ján Tomko <jtomko(a)redhat.com>
---
src/vz/vz_driver.c | 2 +-
src/vz/vz_sdk.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/vz/vz_driver.c b/src/vz/vz_driver.c
index c4b2049958..1443fdcc8a 100644
--- a/src/vz/vz_driver.c
+++ b/src/vz/vz_driver.c
@@ -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;
diff --git a/src/vz/vz_sdk.c b/src/vz/vz_sdk.c
index 32e0046763..877692aeba 100644
--- a/src/vz/vz_sdk.c
+++ b/src/vz/vz_sdk.c
@@ -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)) {
--
2.21.0