diff --git a/SabreTools.DatFiles/DepotInformation.cs b/SabreTools.DatFiles/DepotInformation.cs
index c410fd96..140ac70a 100644
--- a/SabreTools.DatFiles/DepotInformation.cs
+++ b/SabreTools.DatFiles/DepotInformation.cs
@@ -36,7 +36,7 @@ namespace SabreTools.DatFiles
///
/// Constructor
///
- /// Set active state
+ /// Identifier for the depot
/// Set active state
/// Set depth between 0 and SHA-1's byte length
public DepotInformation(string? name, bool isActive, int depth = 4)