diff --git a/SabreHelper/RomManipulation.cs b/SabreHelper/RomManipulation.cs
index 4315f8aa..006adfce 100644
--- a/SabreHelper/RomManipulation.cs
+++ b/SabreHelper/RomManipulation.cs
@@ -373,7 +373,7 @@ namespace SabreTools.Helper
/// Source ID for the DAT
/// The dictionary to add found roms to
/// Logger object for console and/or file output
- /// Dictionary with "crc-md5-sha1-size" key and List of RomData objects value representing the found data
+ /// Dictionary with "size-crc" key and List of RomData objects value representing the found data
public static Dictionary> ParseDict(string filename, int sysid, int srcid, Dictionary> dict, Logger logger)
{
XmlTextReader xtr = GetXmlTextReader(filename, logger);