diff options
author | Mark D. Roth <roth@google.com> | 2016-12-06 07:26:52 -0800 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-12-06 07:26:52 -0800 |
commit | 71daef7e32834710eb5db91c6f0e003deae8b64b (patch) | |
tree | 250bce3864c8d3302d27d2797c24d6ee7674b58f /src/core/lib/security/transport | |
parent | 65b79c8ddabf31ac3300ddd6ad61e7ae7166c412 (diff) |
Clarify comment.
Diffstat (limited to 'src/core/lib/security/transport')
-rw-r--r-- | src/core/lib/security/transport/security_connector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/security/transport/security_connector.h b/src/core/lib/security/transport/security_connector.h index 3ff887bf50..a84b359051 100644 --- a/src/core/lib/security/transport/security_connector.h +++ b/src/core/lib/security/transport/security_connector.h @@ -98,7 +98,7 @@ void grpc_security_connector_unref(grpc_security_connector *policy); #endif /* Check the peer. Callee takes ownership of the peer object. - Sets *auth_context and invokes on_peer_checked when done. */ + When done, sets *auth_context and invokes on_peer_checked. */ void grpc_security_connector_check_peer(grpc_exec_ctx *exec_ctx, grpc_security_connector *sc, tsi_peer peer, |