aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Engine
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2020-01-01 20:14:18 -0300
committerThog <thog@protonmail.com>2020-01-09 02:13:00 +0100
commita11f6f52350e2cd1ba80fb45a3e69194cdc605b5 (patch)
treef9f90791e6e1ae446015b4184c0c19173e7510a9 /Ryujinx.Graphics.Gpu/Engine
parent23d85167635fe5e3185098aab05d1c33b919e5ac (diff)
Fix some spelling mistakes
Thanks to LDj3SNuD for spotting these
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Engine')
-rw-r--r--Ryujinx.Graphics.Gpu/Engine/MethodDraw.cs2
-rw-r--r--Ryujinx.Graphics.Gpu/Engine/MethodResetCounter.cs2
2 files changed, 2 insertions, 2 deletions
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
/// <summary>
/// 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.
/// </summary>
/// <param name="state">Current GPU state</param>
/// <param name="argument">Method call argument</param>
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
{
/// <summary>
- /// Resets the value of a internal GPU counter back to zero.
+ /// Resets the value of an internal GPU counter back to zero.
/// </summary>
/// <param name="state">Current GPU state</param>
/// <param name="argument">Method call argument</param>