diff --git a/BurnOutSharp/IContentCheck.cs b/BurnOutSharp/IContentCheck.cs
index 4f602f27..53cbb9ca 100644
--- a/BurnOutSharp/IContentCheck.cs
+++ b/BurnOutSharp/IContentCheck.cs
@@ -15,6 +15,7 @@ namespace BurnOutSharp
/// Byte array representing the file contents
/// True to include debug data, false otherwise
/// String containing any protections found in the file
+ /// This still includes PE and NE because this is primarily used for debug testing
string CheckContents(string file, byte[] fileContent, bool includeDebug, PortableExecutable pex, NewExecutable nex);
}
}