aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-04-29 12:53:49 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-04-29 12:53:49 -0700
commitdba5e0f96be51cce1343a31b5bd3734342642a29 (patch)
treeaa339ee047da8bddb3fa8e07c97ee874775939f8 /src/core/iomgr
parent39d4d72eb6c3b34664ce4d65cfa4f940c78ee536 (diff)
Tweak comment
Diffstat (limited to 'src/core/iomgr')
-rw-r--r--src/core/iomgr/tcp_posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/iomgr/tcp_posix.c b/src/core/iomgr/tcp_posix.c
index 3825713aba..cef5e09760 100644
--- a/src/core/iomgr/tcp_posix.c
+++ b/src/core/iomgr/tcp_posix.c
@@ -375,7 +375,7 @@ static void grpc_tcp_continue_read(grpc_tcp *tcp) {
slice_state_destroy(&read_state);
grpc_tcp_unref(tcp);
} else {
- /* Spurious read event, consume it here */
+ /* We've consumed the edge, request a new one */
slice_state_destroy(&read_state);
grpc_fd_notify_on_read(tcp->em_fd, &tcp->read_closure);
}