Skip to content

Commit

Permalink
comment tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed May 10, 2013
1 parent 28dd8ad commit 2a32ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Reactor/Poll.pm
Expand Up @@ -51,7 +51,7 @@ sub one_tick {
# Wait for timeout if poll can't be used
elsif ($timeout) { usleep $timeout * 1000000 }

# Timers
# Timers (time should not change in between timers)
my $now = steady_time;
for my $id (keys %{$self->{timers}}) {
next unless my $t = $self->{timers}{$id};
Expand Down

0 comments on commit 2a32ad5

Please sign in to comment.