mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:27:35 +00:00
LibCore: Fix typo in EventLoop
comment
This commit is contained in:
parent
14751a4122
commit
0bf56e6b40
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue