]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/scsi-disk.c
Spelling fixes, by Stefan Weil.
[mirror_qemu.git] / hw / scsi-disk.c
index 44462d43519f0858f21663c4dab309f3925b798b..dcf03291dcaf78cbd99b4f46a83b924658fb8f0f 100644 (file)
@@ -662,7 +662,7 @@ static int32_t scsi_send_command(SCSIDevice *d, uint32_t tag,
     case 0x46:
         DPRINTF("Get Configuration (rt %d, maxlen %d)\n", buf[1] & 3, len);
         memset(outbuf, 0, 8);
-        /* ??? This shoud probably return much more information.  For now
+        /* ??? This should probably return much more information.  For now
            just return the basic header indicating the CD-ROM profile.  */
         outbuf[7] = 8; // CD-ROM
         r->buf_len = 8;