aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-02-15 08:47:04 -0800
committerGravatar GitHub <noreply@github.com>2018-02-15 08:47:04 -0800
commitd50b19188f654d2e4aae1f7cf6a7f6a09961eccb (patch)
treeee0ecb6085d0fd7baf3f53a9c3befc23a9ed8310 /src/core/ext
parent67f10123601a291ce9105140dcd8b92a286fb94e (diff)
Update todo
Diffstat (limited to 'src/core/ext')
-rw-r--r--src/core/ext/transport/inproc/inproc_transport.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/transport/inproc/inproc_transport.cc b/src/core/ext/transport/inproc/inproc_transport.cc
index 64add3ca0b..e1d4843785 100644
--- a/src/core/ext/transport/inproc/inproc_transport.cc
+++ b/src/core/ext/transport/inproc/inproc_transport.cc
@@ -508,7 +508,7 @@ static void fail_helper_locked(inproc_stream* s, grpc_error* error) {
GRPC_ERROR_UNREF(error);
}
-// TODO(vpai): It should not be necessary to drain the incoming byte
+// TODO(vjpai): It should not be necessary to drain the incoming byte
// stream and create a new one; instead, we should simply pass the byte
// stream from the sender directly to the receiver as-is.
//