aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar hcaseyal <hcaseyal@gmail.com>2018-05-25 13:08:47 -0700
committerGravatar GitHub <noreply@github.com>2018-05-25 13:08:47 -0700
commit35201969e806cc15a287338e21e44e9ec8072751 (patch)
tree9153f33f9f4dda24c3dc9527cf02fabc3d09e03c /src/core
parent869f8779ad8f8f902eb24f838b3db2879c95a9da (diff)
parentf88354dc827d59f55f6850e43814622a7b8de4e5 (diff)
Merge pull request #15549 from hcaseyal/update_init_channel_data_comment
Fix comment for init_channel_elem
Diffstat (limited to 'src/core')
-rw-r--r--src/core/lib/channel/channel_stack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/channel/channel_stack.h b/src/core/lib/channel/channel_stack.h
index 4bf8218664..7581f937b6 100644
--- a/src/core/lib/channel/channel_stack.h
+++ b/src/core/lib/channel/channel_stack.h
@@ -138,7 +138,7 @@ typedef struct {
is_first, is_last designate this elements position in the stack, and are
useful for asserting correct configuration by upper layer code.
The filter does not need to do any chaining.
- Implementations may assume that elem->call_data is all zeros. */
+ Implementations may assume that elem->channel_data is all zeros. */
grpc_error* (*init_channel_elem)(grpc_channel_element* elem,
grpc_channel_element_args* args);
/* Destroy per channel data.