From 54a1529ef4cd8661a466d527b00fbf456fbb46c1 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Thu, 3 May 2018 04:10:41 -0600 Subject: [PATCH] ProcessManager: fix critical typo in sarcastic comment --- stratosphere/pm/source/pm_process_track.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratosphere/pm/source/pm_process_track.cpp b/stratosphere/pm/source/pm_process_track.cpp index ec9f1890b..de76c4883 100644 --- a/stratosphere/pm/source/pm_process_track.cpp +++ b/stratosphere/pm/source/pm_process_track.cpp @@ -10,6 +10,6 @@ void ProcessTracking::MainLoop() { while (true) { /* PM, as a sysmodule, is basically just a while loop. */ - /* This is what while loop. */ + /* This is that while loop. */ } } \ No newline at end of file