diff options
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> |