[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] hw/scsi/lsi53c895a: Fix typo in comment
From: |
BALATON Zoltan |
Subject: |
[PATCH] hw/scsi/lsi53c895a: Fix typo in comment |
Date: |
Sat, 2 Mar 2024 23:42:00 +0100 (CET) |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] hw/scsi/lsi53c895a: Fix typo in comment,
BALATON Zoltan <=