aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/call.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-07-31 17:07:31 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-07-31 17:07:31 -0700
commite1b0e6ee12eb13130abf8cee6dd8264b36ff536f (patch)
treef65f3a8e4d8d0b3abb12a931b493204e93e6f655 /src/core/surface/call.h
parent99e61645ce348df59c549011d5111cd11ed1c291 (diff)
s/inherit/propagate/g
Diffstat (limited to 'src/core/surface/call.h')
-rw-r--r--src/core/surface/call.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/surface/call.h b/src/core/surface/call.h
index f2cc8fa352..75bdbce980 100644
--- a/src/core/surface/call.h
+++ b/src/core/surface/call.h
@@ -86,7 +86,7 @@ typedef void (*grpc_ioreq_completion_func)(grpc_call *call, int success,
void *user_data);
grpc_call *grpc_call_create(grpc_channel *channel, grpc_call *parent_call,
- gpr_uint32 inheritance_mask,
+ gpr_uint32 propagation_mask,
grpc_completion_queue *cq,
const void *server_transport_data,
grpc_mdelem **add_initial_metadata,