1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:17:35 +00:00

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
parent 14751a4122
commit 0bf56e6b40

View file

@ -51,7 +51,7 @@ public:
PollForEvents, 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 // this should really only be used for integrating with other event loops
size_t pump(WaitMode = WaitMode::WaitForEvents); size_t pump(WaitMode = WaitMode::WaitForEvents);