diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-03 13:35:16 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-03 13:35:16 +0000 |
commit | e91c8a778349982eb49fd319ab6506911e2d837e (patch) | |
tree | 4c12e093e72dc6147139463d31fba275f2e6dd03 /hw/scsi-disk.c | |
parent | 6d9db39cd9c31084ab782f6ffd2d67e606fb0802 (diff) | |
download | qemu-e91c8a778349982eb49fd319ab6506911e2d837e.tar.gz qemu-e91c8a778349982eb49fd319ab6506911e2d837e.tar.bz2 qemu-e91c8a778349982eb49fd319ab6506911e2d837e.zip |
Spelling fixes, by Stefan Weil.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2927 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/scsi-disk.c')
-rw-r--r-- | hw/scsi-disk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/scsi-disk.c b/hw/scsi-disk.c index 92f745726f..384c098a09 100644 --- a/hw/scsi-disk.c +++ b/hw/scsi-disk.c @@ -489,7 +489,7 @@ int32_t scsi_send_command(SCSIDevice *s, uint32_t tag, uint8_t *buf, int lun) is_write = 1; break; case 0x35: - DPRINTF("Syncronise cache (sector %d, count %d)\n", lba, len); + DPRINTF("Synchronise cache (sector %d, count %d)\n", lba, len); bdrv_flush(s->bdrv); break; case 0x43: |