diff --git a/include/SFML/Window/WindowBase.hpp b/include/SFML/Window/WindowBase.hpp index a81b8a7e..789c2738 100644 --- a/include/SFML/Window/WindowBase.hpp +++ b/include/SFML/Window/WindowBase.hpp @@ -157,7 +157,7 @@ public: bool isOpen() const; //////////////////////////////////////////////////////////// - /// \brief Pop the event from top of the event queue, if any, and return it + /// \brief Pop the next event from the front of the FIFO event queue, if any, and return it /// /// This function is not blocking: if there's no pending event then /// it will return false and leave \a event unmodified.