mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 02:26:10 +00:00
LibCore: Fix typo in EventLoop
comment
This commit is contained in:
parent
14751a4122
commit
0bf56e6b40
Notes:
sideshowbarker
2024-07-17 11:30:18 +09:00
Author: https://github.com/gmta
Commit: 0bf56e6b40
Pull-request: https://github.com/SerenityOS/serenity/pull/13784
Reviewed-by: https://github.com/linusg
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