Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
---
hw/scsi/lsi53c895a.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/scsi/lsi53c895a.c b/hw/scsi/lsi53c895a.c
index d607a5f9fb..4f784be749 100644
--- a/hw/scsi/lsi53c895a.c
+++ b/hw/scsi/lsi53c895a.c
@@ -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;
--
2.30.9