From a11f6f52350e2cd1ba80fb45a3e69194cdc605b5 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Wed, 1 Jan 2020 20:14:18 -0300 Subject: Fix some spelling mistakes Thanks to LDj3SNuD for spotting these --- Ryujinx.Graphics.Gpu/Image/FormatTable.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Ryujinx.Graphics.Gpu/Image/FormatTable.cs') diff --git a/Ryujinx.Graphics.Gpu/Image/FormatTable.cs b/Ryujinx.Graphics.Gpu/Image/FormatTable.cs index 468a1ed5..517caeca 100644 --- a/Ryujinx.Graphics.Gpu/Image/FormatTable.cs +++ b/Ryujinx.Graphics.Gpu/Image/FormatTable.cs @@ -190,7 +190,7 @@ namespace Ryujinx.Graphics.Gpu.Image }; /// - /// Try getting the texture format from a encoded format integer from the Maxwell texture descriptor. + /// Try getting the texture format from an encoded format integer from the Maxwell texture descriptor. /// /// The encoded format integer from the texture descriptor /// Indicates if the format is a sRGB format @@ -204,7 +204,7 @@ namespace Ryujinx.Graphics.Gpu.Image } /// - /// Try getting the vertex attribute format from a encoded format integer from Maxwell attribute registers. + /// Try getting the vertex attribute format from an encoded format integer from Maxwell attribute registers. /// /// The encoded format integer from the attribute registers /// The output vertex attribute format -- cgit v1.2.3