mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
hw/ide: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Message-ID: <20230823065335.1919380-14-mjt@tls.msk.ru> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
8fa21b8026
commit
a980b95cb3
3 changed files with 4 additions and 4 deletions
|
@ -1698,7 +1698,7 @@ static bool cmd_set_features(IDEState *s, uint8_t cmd)
|
|||
put_le16(identify_data + 63, 0x07);
|
||||
put_le16(identify_data + 88, 0x3f);
|
||||
break;
|
||||
case 0x02: /* sigle word dma mode*/
|
||||
case 0x02: /* single word dma mode */
|
||||
put_le16(identify_data + 62, 0x07 | (1 << (val + 8)));
|
||||
put_le16(identify_data + 63, 0x07);
|
||||
put_le16(identify_data + 88, 0x3f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue