[libvirt] [PATCH] qemu: fix comment in qemuSecurityChownCallback

Ján Tomko jtomko at redhat.com
Thu Oct 4 13:14:34 UTC 2018


s/chmod/chown/

Signed-off-by: Ján Tomko <jtomko at redhat.com>
---
Pushed as trivial.

 src/qemu/qemu_driver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c
index b238309852..ef87a6ef05 100644
--- a/src/qemu/qemu_driver.c
+++ b/src/qemu/qemu_driver.c
@@ -287,7 +287,7 @@ qemuSecurityChownCallback(const virStorageSource *src,
         return rv;
 
     if (virStorageSourceIsLocalStorage(src)) {
-        /* use direct chmod for local files so that the file doesn't
+        /* use direct chown for local files so that the file doesn't
          * need to be initialized */
         if (!src->path)
             return 0;
-- 
2.16.4




More information about the libvir-list mailing list