Skip to content

Commit

Permalink
Revert comment.
Browse files Browse the repository at this point in the history
  * src/sdl-events-events.ads (Poll): revert comment.
  • Loading branch information
simonjwright committed Apr 6, 2018
1 parent 22cb7a3 commit ab9d8a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sdl-events-events.ads
Expand Up @@ -127,9 +127,9 @@ package SDL.Events.Events is

-- Poll for currently pending events.
--
-- If there are any pending events, the next event is removed from
-- the queue and stored in Event, and then this returns
-- True. Otherwise, this does nothing and returns False.
-- If the are any pending events, the next event is removed from the queue
-- and stored in Event, and then this returns True. Otherwise, this does
-- nothing and returns False.
function Poll (Event : out Events) return Boolean;

-- Wait until an event is pending.
Expand Down

0 comments on commit ab9d8a8

Please sign in to comment.