[DATFromDir, doc] Update comment

This commit is contained in:
Matt Nadareski
2016-06-21 11:13:57 -07:00
parent 212527233e
commit 895bcdf62e

View File

@@ -317,7 +317,7 @@ namespace SabreTools
return rom.Game;
}
// If both deep hash flags are set, do a quickscan
// If both deep hash skip flags are set, do a quickscan
if (_noMD5 && _noSHA1)
{
ArchiveType? type = ArchiveTools.GetCurrentArchiveType(item, _logger);