diff --git a/SabreHelper/RomManipulation.cs b/SabreHelper/RomManipulation.cs
index 22710bf7..9ed4b8b6 100644
--- a/SabreHelper/RomManipulation.cs
+++ b/SabreHelper/RomManipulation.cs
@@ -40,7 +40,7 @@ namespace SabreTools.Helper
/// Return if the file is RomCenter or not
///
/// Name of the file to be parsed
- /// True if the DAT is probably XML, false otherwise
+ /// True if the DAT is probably RomCenter, false otherwise
public static bool IsRCDat(string filename)
{
try