aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/stress_interop_client.h
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2015-11-16 11:52:54 -0800
committerGravatar Sree Kuchibhotla <sreek@google.com>2015-11-16 14:41:04 -0800
commitb047c0fc9b455e6cbfd1d6b080e9bb427282b670 (patch)
tree6c8bd8598bfe51607fda1f7c92e5e04ee9de096b /test/cpp/interop/stress_interop_client.h
parentc36b480ce9354daaaf829de88a0a04e76873df7a (diff)
Address code review comments
Diffstat (limited to 'test/cpp/interop/stress_interop_client.h')
-rw-r--r--test/cpp/interop/stress_interop_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/interop/stress_interop_client.h b/test/cpp/interop/stress_interop_client.h
index 567c1b0a6d..6fd303d6b7 100644
--- a/test/cpp/interop/stress_interop_client.h
+++ b/test/cpp/interop/stress_interop_client.h
@@ -90,7 +90,7 @@ class StressTestInteropClient {
long test_duration_secs, long sleep_duration_ms,
long metrics_collection_interval_secs);
- // The main funciton. Use this as the thread entry point.
+ // The main function. Use this as the thread entry point.
// qps_gauge is the Gauge to record the requests per second metric
void MainLoop(std::shared_ptr<Gauge> qps_gauge);