From e72b23df91545d9f3135c6aa0597d34d3c3158d7 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sun, 8 Sep 2024 12:38:10 +0200 Subject: [PATCH] DiscIO: Fix a typo in an RVZPack comment --- Source/Core/DiscIO/WIABlob.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DiscIO/WIABlob.cpp b/Source/Core/DiscIO/WIABlob.cpp index 10c4f261ed..e96a355cc6 100644 --- a/Source/Core/DiscIO/WIABlob.cpp +++ b/Source/Core/DiscIO/WIABlob.cpp @@ -1256,7 +1256,7 @@ static void RVZPack(const u8* in, OutputParametersEntry* out, u64 bytes_per_chun { if (next_junk_start == end_offset) { - // Storing this chunk without RVZ packing would be inefficient, so store it without + // Storing this chunk with RVZ packing would be inefficient, so store it without PushBack(&entry.main_data, in + current_offset, in + end_offset); break; }