From c24b2ad346f7f6cef6c64d00da0e5525683d1b46 Mon Sep 17 00:00:00 2001 From: Thog Date: Tue, 24 Dec 2019 04:29:09 +0100 Subject: [PATCH] Fix a typo in a comment in KProcess.cs --- Ryujinx.HLE/HOS/Kernel/Process/KProcess.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ryujinx.HLE/HOS/Kernel/Process/KProcess.cs b/Ryujinx.HLE/HOS/Kernel/Process/KProcess.cs index 3152894611..2e50b6c187 100644 --- a/Ryujinx.HLE/HOS/Kernel/Process/KProcess.cs +++ b/Ryujinx.HLE/HOS/Kernel/Process/KProcess.cs @@ -831,7 +831,7 @@ namespace Ryujinx.HLE.HOS.Kernel.Process } // Nintendo panic here because if it reaches this point, the current thread should be already dead. - // As we handle the death of the therad in the post SVC handler and inside the CPU emulator, we don't panic here. + // As we handle the death of the thread in the post SVC handler and inside the CPU emulator, we don't panic here. } public ulong GetMemoryCapacity()