aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop
diff options
context:
space:
mode:
authorGravatar Dan Wittmer <wittmer@google.com>2017-11-16 14:37:49 -0800
committerGravatar Dan Wittmer <wittmer@google.com>2017-11-16 14:37:49 -0800
commit728f1d2c44b112800d3d420a30033d1e3e291b92 (patch)
tree2652fb3b84fae7b89e05d507b075130d44ada9b7 /test/cpp/interop
parent572dd8e8970ec660fb281dfde0cf22c0ee20f31c (diff)
s//used
Diffstat (limited to 'test/cpp/interop')
-rw-r--r--test/cpp/interop/server_helper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpp/interop/server_helper.h b/test/cpp/interop/server_helper.h
index 8e7a6dddf7..bdbea8f653 100644
--- a/test/cpp/interop/server_helper.h
+++ b/test/cpp/interop/server_helper.h
@@ -61,8 +61,8 @@ void RunServer(std::shared_ptr<ServerCredentials> creds);
///
/// \param creds The credentials associated with the server.
/// \param port Port to use for the server.
-/// \param server_started_condition (optional) Condition variable to used to
-/// notify when the server has started.
+/// \param server_started_condition (optional) Condition variable used to notify
+/// when the server has started.
void RunServer(std::shared_ptr<ServerCredentials> creds,
int port,
std::condition_variable *server_started_condition);