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

Ján Tomko posted 1 patch 5 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/e7730d196b075b0415afe7c4700755874dc92cfb.1538658864.git.jtomko@redhat.com
src/qemu/qemu_driver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [PATCH] qemu: fix comment in qemuSecurityChownCallback
Posted by Ján Tomko 5 years, 6 months ago
s/chmod/chown/

Signed-off-by: Ján Tomko <jtomko@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list