[PATCH] hw/scsi/lsi53c895a: Fix typo in comment

BALATON Zoltan posted 1 patch 8 months, 4 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240302224200.353AD4E6005@zero.eik.bme.hu
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Fam Zheng <fam@euphon.net>
hw/scsi/lsi53c895a.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] hw/scsi/lsi53c895a: Fix typo in comment
Posted by BALATON Zoltan 8 months, 4 weeks ago
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