]> git.proxmox.com Git - qemu.git/blobdiff - blockdev.c
Fix comment typos in hw/armv7m.c
[qemu.git] / blockdev.c
index 1502575acb9d359aec4c66940b7cc28d2ea2b9ef..7d579d6124245cd3861fd04625f19f2376a96e3f 100644 (file)
@@ -293,7 +293,7 @@ DriveInfo *drive_init(QemuOpts *opts, int default_to_scsi)
 
     if ((buf = qemu_opt_get(opts, "trans")) != NULL) {
         if (!cyls) {
-            error_report("'%s' trans must be used with cyls,heads and secs",
+            error_report("'%s' trans must be used with cyls, heads and secs",
                          buf);
             return NULL;
         }