提交 4a601c30 编写于 作者: E Eric Blake

maint: fix comment typos.

* src/qemu/qemu_command.c (qemuBuildVolumeString): Fix typo.
* src/qemu/qemu_monitor.c (qemuMonitorSend): Likewise.
Signed-off-by: NEric Blake <eblake@redhat.com>
上级 9eb23fe2
...@@ -3823,7 +3823,7 @@ qemuBuildVolumeString(virConnectPtr conn, ...@@ -3823,7 +3823,7 @@ qemuBuildVolumeString(virConnectPtr conn,
} }
break; break;
case VIR_STORAGE_VOL_NETWORK: case VIR_STORAGE_VOL_NETWORK:
/* Keep the compiler quite, qemuTranslateDiskSourcePool already /* Keep the compiler quiet, qemuTranslateDiskSourcePool already
* reported the unsupported error. * reported the unsupported error.
*/ */
break; break;
......
...@@ -943,7 +943,7 @@ int qemuMonitorSend(qemuMonitorPtr mon, ...@@ -943,7 +943,7 @@ int qemuMonitorSend(qemuMonitorPtr mon,
{ {
int ret = -1; int ret = -1;
/* Check whether qemu quited unexpectedly */ /* Check whether qemu quit unexpectedly */
if (mon->lastError.code != VIR_ERR_OK) { if (mon->lastError.code != VIR_ERR_OK) {
VIR_DEBUG("Attempt to send command while error is set %s", VIR_DEBUG("Attempt to send command while error is set %s",
NULLSTR(mon->lastError.message)); NULLSTR(mon->lastError.message));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册