ProcessManager: fix critical typo in sarcastic comment

This commit is contained in:
Michael Scire 2018-05-03 04:10:41 -06:00
parent 3d2c3e1fe1
commit 54a1529ef4

View file

@ -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. */
}
}