mirror of https://github.com/xemu-project/xemu.git
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>
This commit is contained in:
parent
2296b46556
commit
99337bd1e3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue