aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/channel
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-10-19 11:00:26 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-10-19 11:00:26 -0700
commit8e666499a97029789cbe3584eba8ffef6d0558eb (patch)
treeb5eb4a710c91afb31701d6f458d17c39a458b41b /test/core/channel
parent9cf66fbb67abb1bc6eba87a66aa07d8a33f8ee00 (diff)
reveiwer feedback
Diffstat (limited to 'test/core/channel')
-rw-r--r--test/core/channel/channelz_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/channel/channelz_test.cc b/test/core/channel/channelz_test.cc
index 894f1d4024..48e558dfc0 100644
--- a/test/core/channel/channelz_test.cc
+++ b/test/core/channel/channelz_test.cc
@@ -407,7 +407,7 @@ TEST_F(ChannelzRegistryBasedTest, GetTopChannelsUuidAfterCompaction) {
grpc_core::ExecCtx exec_ctx;
std::vector<UniquePtr<ChannelFixture>> even_channels;
{
- // these will delete and unregisterthemselves after this block.
+ // these will delete and unregister themselves after this block.
std::vector<UniquePtr<ChannelFixture>> odd_channels;
for (int i = 0; i < kLoopIterations; i++) {
odd_channels.push_back(MakeUnique<ChannelFixture>());