aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-08-23 08:08:47 -0700
committerGravatar GitHub <noreply@github.com>2018-08-23 08:08:47 -0700
commitba9c343e3dd464f4e789ad4a89fc3c468c28e64d (patch)
tree47031a19abbd9af4872be25dde6f2723861ffa29 /test/core/end2end
parentb03578c679bd97589bf2dc58c280c0c6ba636bad (diff)
Clang format
Diffstat (limited to 'test/core/end2end')
-rw-r--r--test/core/end2end/inproc_callback_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/end2end/inproc_callback_test.cc b/test/core/end2end/inproc_callback_test.cc
index c174d8f44e..59d8ed987f 100644
--- a/test/core/end2end/inproc_callback_test.cc
+++ b/test/core/end2end/inproc_callback_test.cc
@@ -91,10 +91,10 @@ ShutdownCallback* g_shutdown_callback;
} // namespace
// The following global structure is the tag collection. It holds
-// all information related to tags expected and tags received
+// all information related to tags expected and tags received
// during the execution, with each callback setting a tag.
// The tag sets are implemented and checked using arrays and
-// linear lookups (rather than maps) so that this test doesn't
+// linear lookups (rather than maps) so that this test doesn't
// need the C++ standard library.
static gpr_mu tags_mu;
static gpr_cv tags_cv;