aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/core/ext/transport/chttp2/transport/flow_control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/transport/chttp2/transport/flow_control.h b/src/core/ext/transport/chttp2/transport/flow_control.h
index 905161497d..7dd348ed5f 100644
--- a/src/core/ext/transport/chttp2/transport/flow_control.h
+++ b/src/core/ext/transport/chttp2/transport/flow_control.h
@@ -34,7 +34,7 @@ extern "C" grpc_tracer_flag grpc_flowctl_trace;
namespace grpc {
namespace testing {
- class TrickledCHTTP2; // to make this a friend
+class TrickledCHTTP2; // to make this a friend
} // namespace testing
} // namespace grpc