diff --git a/BurnOutSharp/Interfaces/IScannable.cs b/BurnOutSharp/Interfaces/IScannable.cs
index 9d9e7b45..525f8f9a 100644
--- a/BurnOutSharp/Interfaces/IScannable.cs
+++ b/BurnOutSharp/Interfaces/IScannable.cs
@@ -4,8 +4,13 @@ using System.IO;
namespace BurnOutSharp.Interfaces
{
///
- /// Mark a file type as extractable
+ /// Mark a file type as being able to be scanned
///
+ ///
+ /// This is also used for packers, embedded archives, and other
+ /// installer formats that may need to be "extracted" before they
+ /// can be fully scanned.
+ ///
internal interface IScannable
{
///