qemu: fix comment in qemuSecurityChownCallback

s/chmod/chown/

Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Ján Tomko 2018-10-03 14:49:27 +02:00
parent 8ba65c4d95
commit e7730d196b

View 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;