aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/interop_client.cc
diff options
context:
space:
mode:
authorGravatar Noah Eisen <ncteisen@gmail.com>2016-09-29 14:00:47 -0700
committerGravatar GitHub <noreply@github.com>2016-09-29 14:00:47 -0700
commit98b3663f6cdb119f1199b9cac8a88a3f84f52664 (patch)
treec1d5f766e0390b65ba147e0844cc5b7dcfb29b19 /test/cpp/interop/interop_client.cc
parent0adb72808356704967d0478f56a862a3da2ee913 (diff)
Fixed type in comments
Diffstat (limited to 'test/cpp/interop/interop_client.cc')
-rw-r--r--test/cpp/interop/interop_client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/interop/interop_client.cc b/test/cpp/interop/interop_client.cc
index a54dd5a744..ea5a1fd861 100644
--- a/test/cpp/interop/interop_client.cc
+++ b/test/cpp/interop/interop_client.cc
@@ -135,7 +135,7 @@ bool InteropClient::AssertStatusOk(const Status& s) {
}
// Note: At this point, s.error_code is definitely not StatusCode::OK (we
- // already checked for s.ok() all call abort()
+ // already checked for s.ok() above). So, the following will call abort()
// (unless s.error_code() corresponds to a transient failure and
// 'do_not_abort_on_transient_failures' is true)
return AssertStatusCode(s, StatusCode::OK);