Update comment

This commit is contained in:
Uwe Seimet 2023-11-15 21:13:54 +01:00
parent d59bd7bbc2
commit fb1c2455c3

View File

@ -18,7 +18,7 @@ using namespace std;
class ScsiExecutor class ScsiExecutor
{ {
// SCSI Execute command supports a byte cound of 65535 bytes // The SCSI Execute command supports a byte count of up to 65535 bytes
inline static const int BUFFER_SIZE = 65535; inline static const int BUFFER_SIZE = 65535;
public: public: