Skip to content
Snippets Groups Projects
Commit 2c57371b authored by David G. Quintas's avatar David G. Quintas
Browse files

Merge pull request #6832 from grpc/sed-f-up-fix

Fix sed induced typo
parents d30d4e27 dfff4de0
No related branches found
No related tags found
No related merge requests found
......@@ -278,9 +278,8 @@ static int refill_queue(shard_type *shard, gpr_timespec now) {
return !grpc_timer_heap_is_empty(&shard->heap);
}
/* This pollent the next non-cancelled timer with deadline <= now from the
queue,
or returns NULL if there isn't one.
/* This pops the next non-cancelled timer with deadline <= now from the
queue, or returns NULL if there isn't one.
REQUIRES: shard->mu locked */
static grpc_timer *pop_one(shard_type *shard, gpr_timespec now) {
grpc_timer *timer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment