[libvirt] [PATCH 4/7] storage_conf.c:fix a typo

Nitesh Konkar niteshkonkar.libvirt at gmail.com
Wed Sep 21 22:03:43 UTC 2016


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

diff --git a/src/conf/storage_conf.c b/src/conf/storage_conf.c
index 05a1a49..7e7bb72 100644
--- a/src/conf/storage_conf.c
+++ b/src/conf/storage_conf.c
@@ -2476,7 +2476,7 @@ virStoragePoolSourceFindDuplicate(virConnectPtr conn,
         if (def->type != pool->def->type)
             continue;
 
-        /* Don't mach against ourself if re-defining existing pool ! */
+        /* Don't match against ourself if re-defining existing pool ! */
         if (STREQ(pool->def->name, def->name))
             continue;
 
-- 
2.1.0




More information about the libvir-list mailing list