From e3e2c0c5679160c8e758aa670141f6ed84cd6011 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Thu, 23 Oct 2025 14:19:16 +0100 Subject: [PATCH] Update tests/SharpCompress.Performance/LargeMemoryStream.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- tests/SharpCompress.Performance/LargeMemoryStream.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)