From dfff4de040086d68bbdabf2d4a0c427b55987ebd Mon Sep 17 00:00:00 2001
From: "David G. Quintas" <dgq@google.com>
Date: Tue, 7 Jun 2016 19:57:33 -0700
Subject: [PATCH] Fix sed induced typo

---
 src/core/lib/iomgr/timer.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/core/lib/iomgr/timer.c b/src/core/lib/iomgr/timer.c
index 05a2fc104f..69d3babfdb 100644
--- a/src/core/lib/iomgr/timer.c
+++ b/src/core/lib/iomgr/timer.c
@@ -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;
-- 
GitLab