浏览代码

Clarify comment.

Mark D. Roth 8 年之前
父节点
当前提交
71daef7e32
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/core/lib/security/transport/security_connector.h

+ 1 - 1
src/core/lib/security/transport/security_connector.h

@@ -98,7 +98,7 @@ void grpc_security_connector_unref(grpc_security_connector *policy);
 #endif
 #endif
 
 
 /* Check the peer. Callee takes ownership of the peer object.
 /* 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,
 void grpc_security_connector_check_peer(grpc_exec_ctx *exec_ctx,
                                         grpc_security_connector *sc,
                                         grpc_security_connector *sc,
                                         tsi_peer peer,
                                         tsi_peer peer,