aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2018-08-01 13:37:14 -0700
committerGravatar yang-g <yangg@google.com>2018-08-01 13:37:14 -0700
commite61058c8ba634585e560f7acd8e4a579e0f1e63f (patch)
tree1de4ee3405d7c8ffd180ecb86cad06e9a0f5e7f3
parent010ffae0fddce8d5c9741f27314f4dafd19f248a (diff)
Review comments
-rw-r--r--src/core/lib/surface/channel_init.h2
-rw-r--r--src/core/lib/surface/init_secure.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lib/surface/channel_init.h b/src/core/lib/surface/channel_init.h
index 7509fd664b..d800c83f16 100644
--- a/src/core/lib/surface/channel_init.h
+++ b/src/core/lib/surface/channel_init.h
@@ -43,7 +43,7 @@ enum {
// priority, such as auth filters.
GRPC_CHANNEL_INIT_PRIORITY_MED = 10000,
// For filters that need to be close to top or bottom, such as protocol-level
- // filters (client_authority, http-client, http-server) and stats (census).
+ // filters (client_authority, http-client, http-server).
GRPC_CHANNEL_INIT_PRIORITY_HIGH = 20000,
// For filters that need to be very close to the wire or surface.
GRPC_CHANNEL_INIT_PRIORITY_VERY_HIGH = 30000,
diff --git a/src/core/lib/surface/init_secure.cc b/src/core/lib/surface/init_secure.cc
index 38feae22f5..8058aaa804 100644
--- a/src/core/lib/surface/init_secure.cc
+++ b/src/core/lib/surface/init_secure.cc
@@ -67,7 +67,7 @@ static bool maybe_prepend_server_auth_filter(
}
void grpc_register_security_filters(void) {
- // Register the auth client with a low priority to allow the authority
+ // Register the auth client with a medium priority to allow the authority
// filter -on which the auth filter depends- to be higher on the channel
// stack.
grpc_channel_init_register_stage(GRPC_CLIENT_SUBCHANNEL,