From 2667eba8c2cda82561e49de15683c709dd60c7fc Mon Sep 17 00:00:00 2001 From: Vijay Pai Date: Tue, 21 Jul 2020 15:16:38 -0700 Subject: [PATCH] Fix a typo --- test/core/util/test_tcp_server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core/util/test_tcp_server.h b/test/core/util/test_tcp_server.h index 1e34c7a4885..8765ea9a221 100644 --- a/test/core/util/test_tcp_server.h +++ b/test/core/util/test_tcp_server.h @@ -30,7 +30,7 @@ struct test_tcp_server { grpc_tcp_server* tcp_server = nullptr; grpc_closure shutdown_complete; bool shutdown = false; - // mu is filled in by grpc_pollset_init and controlls the pollset. + // mu is filled in by grpc_pollset_init and controls the pollset. // TODO: Switch this to a Mutex once pollset_init can provide a Mutex gpr_mu* mu; std::vector pollset;