Fix comment

This commit is contained in:
Matt Nadareski
2021-10-07 09:20:40 -07:00
parent 8643bf36a6
commit a13141090f

View File

@@ -975,7 +975,7 @@ namespace RedBookPlayer.Models.Hardware
/// <param name="zeroSectorsAmount">Number of zeroed sectors to concatenate</param>
private void DetermineReadAmount(out ulong sectorsToRead, out ulong zeroSectorsAmount)
{
// Always attempt to read one frame of data
// Always attempt to read one second of data
sectorsToRead = 75;
zeroSectorsAmount = 0;