From f88354dc827d59f55f6850e43814622a7b8de4e5 Mon Sep 17 00:00:00 2001 From: Hope Casey-Allen Date: Fri, 25 May 2018 09:58:49 -0700 Subject: [PATCH] Fix comment for init_channel_elem to refer to elem->channel_data, not elem->call_data --- src/core/lib/channel/channel_stack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/lib/channel/channel_stack.h b/src/core/lib/channel/channel_stack.h index 4bf82186644..7581f937b64 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.