Kaynağa Gözat

LibCore: Fix typo in `EventLoop` comment

Jelle Raaijmakers 3 yıl önce
ebeveyn
işleme
0bf56e6b40
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Userland/Libraries/LibCore/EventLoop.h

+ 1 - 1
Userland/Libraries/LibCore/EventLoop.h

@@ -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);