aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Ryujinx.Cpu/IExecutionContext.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx.Cpu/IExecutionContext.cs b/Ryujinx.Cpu/IExecutionContext.cs
index 3455b5c1..c3821080 100644
--- a/Ryujinx.Cpu/IExecutionContext.cs
+++ b/Ryujinx.Cpu/IExecutionContext.cs
@@ -27,7 +27,7 @@ namespace Ryujinx.Cpu
long TpidrroEl0 { get; set; }
/// <summary>
- /// Processor State register.
+ /// Processor State Register.
/// </summary>
uint Pstate { get; set; }
@@ -109,4 +109,4 @@ namespace Ryujinx.Cpu
/// </remarks>
void StopRunning();
}
-} \ No newline at end of file
+}