LibCore: Fix typo in EventLoop comment

This commit is contained in:
Jelle Raaijmakers 2022-04-24 01:46:35 +02:00 committed by Linus Groh
commit 0bf56e6b40
Notes: sideshowbarker 2024-07-17 11:30:18 +09:00

View file

@ -51,7 +51,7 @@ public:
PollForEvents,
};
// processe events, generally called by exec() in a loop.
// process events, generally called by exec() in a loop.
// this should really only be used for integrating with other event loops
size_t pump(WaitMode = WaitMode::WaitForEvents);