diff --git a/NDecrypt.N3DS/ThreeDSTool.cs b/NDecrypt.N3DS/ThreeDSTool.cs
index 36d0a7d..faa6572 100644
--- a/NDecrypt.N3DS/ThreeDSTool.cs
+++ b/NDecrypt.N3DS/ThreeDSTool.cs
@@ -164,7 +164,6 @@ namespace NDecrypt.N3DS
///
/// Cart representing the 3DS file
/// Index of the partition
- /// Indicates if the file should be encrypted or decrypted
/// Stream representing the input
/// Stream representing the output
private void DecryptPartition(Cart cart, int index, Stream input, Stream output)