提交 e35916ac 编写于 作者: M Michael Tokarev

qga: spelling fix

Signed-off-by: NMichael Tokarev <mjt@tls.msk.ru>
上级 d33c8a7d
...@@ -1242,8 +1242,8 @@ int64_t qmp_guest_fsfreeze_freeze_list(bool has_mountpoints, ...@@ -1242,8 +1242,8 @@ int64_t qmp_guest_fsfreeze_freeze_list(bool has_mountpoints,
goto error; goto error;
} }
/* we try to cull filesytems we know won't work in advance, but other /* we try to cull filesystems we know won't work in advance, but other
* filesytems may not implement fsfreeze for less obvious reasons. * filesystems may not implement fsfreeze for less obvious reasons.
* these will report EOPNOTSUPP. we simply ignore these when tallying * these will report EOPNOTSUPP. we simply ignore these when tallying
* the number of frozen filesystems. * the number of frozen filesystems.
* *
...@@ -1392,10 +1392,10 @@ qmp_guest_fstrim(bool has_minimum, int64_t minimum, Error **errp) ...@@ -1392,10 +1392,10 @@ qmp_guest_fstrim(bool has_minimum, int64_t minimum, Error **errp)
continue; continue;
} }
/* We try to cull filesytems we know won't work in advance, but other /* We try to cull filesystems we know won't work in advance, but other
* filesytems may not implement fstrim for less obvious reasons. These * filesystems may not implement fstrim for less obvious reasons.
* will report EOPNOTSUPP; while in some other cases ENOTTY will be * These will report EOPNOTSUPP; while in some other cases ENOTTY
* reported (e.g. CD-ROMs). * will be reported (e.g. CD-ROMs).
* Any other error means an unexpected error. * Any other error means an unexpected error.
*/ */
r.start = 0; r.start = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册