提交 e7730d19 编写于 作者: J Ján Tomko

qemu: fix comment in qemuSecurityChownCallback

s/chmod/chown/
Signed-off-by: NJán Tomko <jtomko@redhat.com>
上级 8ba65c4d
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册