From ab175cdd5f1347b8575ea95a254414cac449e12c Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Wed, 11 Dec 2024 12:43:17 +0100 Subject: [PATCH] Fix typo --- cpp/buses/bus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/buses/bus.cpp b/cpp/buses/bus.cpp index e240df1f..145ea4dd 100644 --- a/cpp/buses/bus.cpp +++ b/cpp/buses/bus.cpp @@ -47,7 +47,7 @@ int Bus::CommandHandShake(vector &buf) // Most other host adapters (e.g. LINK96/97 and the one by Inventronik) and also several devices (e.g. // UltraSatan or GigaFile) that can directly be connected to the Atari's ACSI port also support ICD // semantics. In fact, these semantics have become a standard in the Atari world. - // SCSi2Pi becomes ICD compatible by ignoring the prepended $1F byte before processing the CDB. + // SCSI2Pi becomes ICD compatible by ignoring the prepended $1F byte before processing the CDB. if (buf[0] == 0x1f) { SetREQ(true);