diff --git a/Ryujinx.Cpu/IExecutionContext.cs b/Ryujinx.Cpu/IExecutionContext.cs index 3455b5c1e..c38210800 100644 --- a/Ryujinx.Cpu/IExecutionContext.cs +++ b/Ryujinx.Cpu/IExecutionContext.cs @@ -27,7 +27,7 @@ namespace Ryujinx.Cpu long TpidrroEl0 { get; set; } /// - /// Processor State register. + /// Processor State Register. /// uint Pstate { get; set; } @@ -109,4 +109,4 @@ namespace Ryujinx.Cpu /// void StopRunning(); } -} \ No newline at end of file +}