[doc] change comment

This commit is contained in:
Matt Nadareski
2016-04-04 19:02:20 -07:00
parent 2f619489c9
commit 1d00ea3bea

View File

@@ -214,7 +214,7 @@ namespace SabreTools
case DatType.Redump:
if (!Remapping.Redump.ContainsKey(fileinfo[1].Value))
{
// Handle special case mappings found only in TOSEC
// Handle special case mappings found only in Redump
fileinfo = Regex.Match(filename, _redumpBiosPattern).Groups;
if (!Remapping.Redump.ContainsKey(fileinfo[1].Value))