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:
BALATON Zoltan 2024-03-02 23:42:00 +01:00 committed by Michael Tokarev
parent 75d5a5fe67
commit b1f1dc91c0
1 changed files with 1 additions and 1 deletions

View File

@ -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;