aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar hcaseyal <hcaseyal@gmail.com>2018-07-16 15:24:49 -0700
committerGravatar GitHub <noreply@github.com>2018-07-16 15:24:49 -0700
commit31c7ab1aafcd00c7407c84c3838ef0bb356ffeb1 (patch)
treecf503b8fc2c09ed1abb1dc16b6e92d38bb6e1b2c
parent14e541a603e8b50263b496a28a46b7651d8c7520 (diff)
parent15c947a080e20b4d5627d26eb8b5b10fe62a82b8 (diff)
Merge pull request #16016 from hcaseyal/fix_timer_scope_typo
Fix typo in GPR_TIMER_SCOPE annotation. The typo could be misleading …
-rw-r--r--src/core/ext/transport/chttp2/transport/hpack_parser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/transport/chttp2/transport/hpack_parser.cc b/src/core/ext/transport/chttp2/transport/hpack_parser.cc
index 907ba71178..ccf2256974 100644
--- a/src/core/ext/transport/chttp2/transport/hpack_parser.cc
+++ b/src/core/ext/transport/chttp2/transport/hpack_parser.cc
@@ -1622,7 +1622,7 @@ grpc_error* grpc_chttp2_header_parser_parse(void* hpack_parser,
grpc_chttp2_transport* t,
grpc_chttp2_stream* s,
grpc_slice slice, int is_last) {
- GPR_TIMER_SCOPE("grpc_chttp2_hpack_parser_parse", 0);
+ GPR_TIMER_SCOPE("grpc_chttp2_header_parser_parse", 0);
grpc_chttp2_hpack_parser* parser =
static_cast<grpc_chttp2_hpack_parser*>(hpack_parser);
if (s != nullptr) {