mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00:00
hw/scsi/lsi53c895a: Fix typo in comment
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
committed by
Michael Tokarev
parent
75d5a5fe67
commit
b1f1dc91c0
@ -225,7 +225,7 @@ struct LSIState {
|
||||
MemoryRegion io_io;
|
||||
AddressSpace pci_io_as;
|
||||
|
||||
int carry; /* ??? Should this be an a visible register somewhere? */
|
||||
int carry; /* ??? Should this be in a visible register somewhere? */
|
||||
int status;
|
||||
int msg_action;
|
||||
int msg_len;
|
||||
|
Reference in New Issue
Block a user