mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
ProcessManager: fix critical typo in sarcastic comment
This commit is contained in:
parent
3d2c3e1fe1
commit
54a1529ef4
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue