aboutsummaryrefslogtreecommitdiff
path: root/hw/ide
diff options
context:
space:
mode:
authorLev Kujawski <lkujaw@member.fsf.org>2022-05-28 20:46:59 +0000
committerLaurent Vivier <laurent@vivier.eu>2022-06-28 12:03:25 +0200
commit99337bd1e3a323d07dc29da99cf3f48d3990ad81 (patch)
tree0d8412c9f1e775152338f2cd7c8d93de1c5d5b52 /hw/ide
parent2296b4655694744f7c8dcdc9440c21d86e19968e (diff)
downloadqemu-99337bd1e3a323d07dc29da99cf3f48d3990ad81.zip
qemu-99337bd1e3a323d07dc29da99cf3f48d3990ad81.tar.gz
qemu-99337bd1e3a323d07dc29da99cf3f48d3990ad81.tar.bz2
hw/ide/atapi.c: Correct typos (CD-CDROM -> CD-ROM)
Signed-off-by: Lev Kujawski <lkujaw@member.fsf.org> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20220528204702.167912-1-lkujaw@member.fsf.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/ide')
-rw-r--r--hw/ide/atapi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/ide/atapi.c b/hw/ide/atapi.c
index b626199..88b2890 100644
--- a/hw/ide/atapi.c
+++ b/hw/ide/atapi.c
@@ -318,7 +318,7 @@ static void ide_atapi_cmd_reply(IDEState *s, int size, int max_size)
}
}
-/* start a CD-CDROM read command */
+/* start a CD-ROM read command */
static void ide_atapi_cmd_read_pio(IDEState *s, int lba, int nb_sectors,
int sector_size)
{
@@ -417,7 +417,7 @@ eot:
ide_set_inactive(s, false);
}
-/* start a CD-CDROM read command with DMA */
+/* start a CD-ROM read command with DMA */
/* XXX: test if DMA is available */
static void ide_atapi_cmd_read_dma(IDEState *s, int lba, int nb_sectors,
int sector_size)