diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2020-01-01 20:14:18 -0300 |
|---|---|---|
| committer | Thog <thog@protonmail.com> | 2020-01-09 02:13:00 +0100 |
| commit | a11f6f52350e2cd1ba80fb45a3e69194cdc605b5 (patch) | |
| tree | f9f90791e6e1ae446015b4184c0c19173e7510a9 /Ryujinx.Graphics.Gpu/MacroInterpreter.cs | |
| parent | 23d85167635fe5e3185098aab05d1c33b919e5ac (diff) | |
Fix some spelling mistakes
Thanks to LDj3SNuD for spotting these
Diffstat (limited to 'Ryujinx.Graphics.Gpu/MacroInterpreter.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/MacroInterpreter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.Gpu/MacroInterpreter.cs b/Ryujinx.Graphics.Gpu/MacroInterpreter.cs index 63a5986a..c853da73 100644 --- a/Ryujinx.Graphics.Gpu/MacroInterpreter.cs +++ b/Ryujinx.Graphics.Gpu/MacroInterpreter.cs @@ -329,7 +329,7 @@ namespace Ryujinx.Graphics.Gpu } /// <summary> - /// Gets the result of a Arithmetic and Logic operation using registers. + /// Gets the result of an Arithmetic and Logic operation using registers. /// </summary> /// <param name="aluOp">Arithmetic and Logic unit operation with registers</param> /// <param name="a">First operand value</param> |
