[libvirt] [PATCH] domain_conf.c:fix a typo

Nitesh Konkar niteshkonkar.libvirt at gmail.com
Wed Sep 21 19:18:48 UTC 2016


Signed-off-by: Nitesh Konkar <nitkon12 at linux.vnet.ibm.com>
---
 src/conf/domain_conf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
index ea246b0..28b81d2 100644
--- a/src/conf/domain_conf.c
+++ b/src/conf/domain_conf.c
@@ -25447,7 +25447,7 @@ virDomainDiskDefCheckDuplicateInfo(const virDomainDiskDef *a,
     }
 
     /* Duplicate WWN/serial isn't usually problematic for the OS and
-     * forbiding it would possibly inhibit using multipath configurations */
+     * forbidding it would possibly inhibit using multipath configurations */
 
     return 0;
 }
-- 
2.1.0




More information about the libvir-list mailing list