]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemu: fix comment in qemuSecurityChownCallback
authorJán Tomko <jtomko@redhat.com>
Wed, 3 Oct 2018 12:49:27 +0000 (14:49 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 4 Oct 2018 08:01:08 +0000 (10:01 +0200)
s/chmod/chown/

Signed-off-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_driver.c

index b238309852e14aa8f5aceccd8e4f6ffb763e0707..ef87a6ef055cbeade17e6ef98084958cba6e0933 100644 (file)
@@ -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;