From: Ján Tomko Date: Wed, 3 Oct 2018 12:49:27 +0000 (+0200) Subject: qemu: fix comment in qemuSecurityChownCallback X-Git-Tag: v4.9.0-rc1~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7730d196b075b0415afe7c4700755874dc92cfb;p=thirdparty%2Flibvirt.git qemu: fix comment in qemuSecurityChownCallback s/chmod/chown/ Signed-off-by: Ján Tomko --- 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;