Update comment

This commit is contained in:
Uwe Seimet 2023-11-15 21:13:54 +01:00
parent d59bd7bbc2
commit fb1c2455c3
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ using namespace std;
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;
public: