aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/client_config
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-11-20 17:01:57 -0800
committerGravatar yang-g <yangg@google.com>2015-11-20 17:01:57 -0800
commit3ff9727a373e5e8819b9db288df99f8d7f68270e (patch)
treeaf8c81a2ffbb00977643a424a0ee9db48b08f6fe /src/core/client_config
parent71b962634eceacae336b1c706829e4ad9621b397 (diff)
parent4dd8f43970f59b062433c5bb48388a78c0c09984 (diff)
merge with head
Diffstat (limited to 'src/core/client_config')
-rw-r--r--src/core/client_config/subchannel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/client_config/subchannel.h b/src/core/client_config/subchannel.h
index 1fefa1888a..381b7689b8 100644
--- a/src/core/client_config/subchannel.h
+++ b/src/core/client_config/subchannel.h
@@ -77,10 +77,10 @@ void grpc_subchannel_call_unref(grpc_exec_ctx *exec_ctx,
/** construct a subchannel call (possibly asynchronously).
*
- * If the returned status is 1, the call will return immediately and \a target
- * will point to a connected \a subchannel_call instance. Note that \a notify
+ * If the returned status is 1, the call will return immediately and \a target
+ * will point to a connected \a subchannel_call instance. Note that \a notify
* will \em not be invoked in this case.
- * Otherwise, if the returned status is 0, the subchannel call will be created
+ * Otherwise, if the returned status is 0, the subchannel call will be created
* asynchronously, invoking the \a notify callback upon completion. */
int grpc_subchannel_create_call(grpc_exec_ctx *exec_ctx,
grpc_subchannel *subchannel,