]> xenbits.xensource.com Git - libvirt.git/commitdiff
maint: fix comment typos.
authorEric Blake <eblake@redhat.com>
Mon, 18 Nov 2013 23:31:42 +0000 (16:31 -0700)
committerEric Blake <eblake@redhat.com>
Mon, 18 Nov 2013 23:31:42 +0000 (16:31 -0700)
* src/qemu/qemu_command.c (qemuBuildVolumeString): Fix typo.
* src/qemu/qemu_monitor.c (qemuMonitorSend): Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/qemu/qemu_command.c
src/qemu/qemu_monitor.c

index 966aa0d15387ad97ab8a879e16c5c80677a0ac20..6668fedfe0012132e5785db1ab7218203256ab66 100644 (file)
@@ -3823,7 +3823,7 @@ qemuBuildVolumeString(virConnectPtr conn,
         }
         break;
     case VIR_STORAGE_VOL_NETWORK:
-        /* Keep the compiler quite, qemuTranslateDiskSourcePool already
+        /* Keep the compiler quiet, qemuTranslateDiskSourcePool already
          * reported the unsupported error.
          */
         break;
index 87a77984e167dbbdfe8de7280d4c3a4914d3df04..f7bf49ad341ffc24aa2d3dc4bab0dd01864aee94 100644 (file)
@@ -943,7 +943,7 @@ int qemuMonitorSend(qemuMonitorPtr mon,
 {
     int ret = -1;
 
-    /* Check whether qemu quited unexpectedly */
+    /* Check whether qemu quit unexpectedly */
     if (mon->lastError.code != VIR_ERR_OK) {
         VIR_DEBUG("Attempt to send command while error is set %s",
                   NULLSTR(mon->lastError.message));