mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Fix various typos and spelling mistakes
This commit is contained in:
@@ -32,7 +32,7 @@ TEST(BusyLoopTest, MultiThreaded)
|
||||
{
|
||||
// We normally have to call Wakeup to assure the Event is triggered.
|
||||
// But this check is for an internal feature of the BlockingLoop.
|
||||
// It's implemented to fall back to a busy loop regulary.
|
||||
// It's implemented to fall back to a busy loop regularly.
|
||||
// If we're in the busy loop, the payload (and so the Event) is called all the time.
|
||||
// loop.Wakeup();
|
||||
e.Wait();
|
||||
|
||||
Reference in New Issue
Block a user