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/Engine/MethodDraw.cs | 2 +- Ryujinx.Graphics.Gpu/Engine/MethodResetCounter.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Ryujinx.Graphics.Gpu/Engine') diff --git a/Ryujinx.Graphics.Gpu/Engine/MethodDraw.cs b/Ryujinx.Graphics.Gpu/Engine/MethodDraw.cs index d2571d3d..b13cc9ca 100644 --- a/Ryujinx.Graphics.Gpu/Engine/MethodDraw.cs +++ b/Ryujinx.Graphics.Gpu/Engine/MethodDraw.cs @@ -123,7 +123,7 @@ namespace Ryujinx.Graphics.Gpu.Engine /// /// Sets the index buffer count. - /// This also sets internal state that indicates that the next draw is a indexed draw. + /// This also sets internal state that indicates that the next draw is an indexed draw. /// /// Current GPU state /// Method call argument diff --git a/Ryujinx.Graphics.Gpu/Engine/MethodResetCounter.cs b/Ryujinx.Graphics.Gpu/Engine/MethodResetCounter.cs index 9b469082..79f8e1e8 100644 --- a/Ryujinx.Graphics.Gpu/Engine/MethodResetCounter.cs +++ b/Ryujinx.Graphics.Gpu/Engine/MethodResetCounter.cs @@ -6,7 +6,7 @@ namespace Ryujinx.Graphics.Gpu.Engine partial class Methods { /// - /// Resets the value of a internal GPU counter back to zero. + /// Resets the value of an internal GPU counter back to zero. /// /// Current GPU state /// Method call argument -- cgit v1.2.3