diff --git a/tests/SharpCompress.Performance/LargeMemoryStream.cs b/tests/SharpCompress.Performance/LargeMemoryStream.cs
index ac0bcc25..7784f403 100644
--- a/tests/SharpCompress.Performance/LargeMemoryStream.cs
+++ b/tests/SharpCompress.Performance/LargeMemoryStream.cs
@@ -17,7 +17,7 @@ public class LargeMemoryStream : Stream
private bool _isDisposed;
///
- /// Initializes a new instance of the LargePositionStream class.
+ /// Initializes a new instance of the LargeMemoryStream class.
///
/// The size of each chunk in the backing byte array list. Defaults to 1MB.
public LargeMemoryStream(int chunkSize = 1024 * 1024)