From 61a45ccd2995629582e652764ce2765a1e9d2a72 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Wed, 3 Feb 2021 06:25:56 +0000 Subject: [PATCH] Fix typo --- src/ImageSharp/Formats/Jpeg/Components/Block8x8F.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImageSharp/Formats/Jpeg/Components/Block8x8F.cs b/src/ImageSharp/Formats/Jpeg/Components/Block8x8F.cs index 368fae7a52..2232d4e4c4 100644 --- a/src/ImageSharp/Formats/Jpeg/Components/Block8x8F.cs +++ b/src/ImageSharp/Formats/Jpeg/Components/Block8x8F.cs @@ -573,7 +573,7 @@ namespace SixLabors.ImageSharp.Formats.Jpeg.Components = DivideRoundAvx(ref a.V2L, ref b.V2L); Unsafe.As>(ref a.V3L) - = DivideRoundAvx(ref a.V3L, ref b.V2L); + = DivideRoundAvx(ref a.V3L, ref b.V3L); Unsafe.As>(ref a.V4L) = DivideRoundAvx(ref a.V4L, ref b.V4L);