diff --git a/cpp/devices/scsi_hd.cpp b/cpp/devices/scsi_hd.cpp index 3e31fd6b..42b5c766 100644 --- a/cpp/devices/scsi_hd.cpp +++ b/cpp/devices/scsi_hd.cpp @@ -112,7 +112,7 @@ void ScsiHd::AddFormatPage(map> &pages, bool changeable) const vector buf(24); if (changeable) { - // The sector size is simulated to be changeable in multiples of 4 with a maximum of 4096 bytes per sector. + // The sector size is simulated to be changeable in multiples of 4. // See the MODE SELECT implementation for details. SetInt16(buf, 12, 0x1ffc);