aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-12-01 08:00:38 -0800
committerGravatar Mark D. Roth <roth@google.com>2016-12-01 08:00:38 -0800
commit53bd69330ca12c8d430997283402a50cbe307e2f (patch)
tree8018dfac2f0fd035a281da59326b41d22dc5067b /src/core/lib/channel
parent0d7b043d34832f3a68fe9c3232b91385b9dc54db (diff)
Code review changes.
Diffstat (limited to 'src/core/lib/channel')
-rw-r--r--src/core/lib/channel/handshaker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/channel/handshaker.h b/src/core/lib/channel/handshaker.h
index 2e1f543512..ebbc1ff7f3 100644
--- a/src/core/lib/channel/handshaker.h
+++ b/src/core/lib/channel/handshaker.h
@@ -133,7 +133,7 @@ void grpc_handshake_manager_shutdown(grpc_exec_ctx* exec_ctx,
/// Invokes handshakers in the order they were added.
/// Takes ownership of \a endpoint, and then passes that ownership to
/// the \a on_handshake_done callback.
-/// Does NOT take ownership of \a args. Instead, makes a copy before
+/// Does NOT take ownership of \a channel_args. Instead, makes a copy before
/// invoking the first handshaker.
/// \a acceptor will be NULL for client-side handshakers.
///