From c85964edfa474c5b5ca8487f3442f8bc14f6c8cc Mon Sep 17 00:00:00 2001 From: Na-Na Pang Date: Fri, 25 Oct 2019 16:51:49 -0700 Subject: [PATCH] Modify comments --- src/proto/grpc/testing/control.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proto/grpc/testing/control.proto b/src/proto/grpc/testing/control.proto index eaed74ddfab..2214538ce99 100644 --- a/src/proto/grpc/testing/control.proto +++ b/src/proto/grpc/testing/control.proto @@ -220,7 +220,7 @@ message Scenarios { // once the scenario has finished. message ScenarioResultSummary { - // Total number of oeprations per second over all clients. What is counted as 1 'operation' depends on the benchmark scenarios: + // Total number of operations per second over all clients. What is counted as 1 'operation' depends on the benchmark scenarios: // For unary benchmarks, an operation is processing of a single unary RPC. // For streaming benchmarks, an operation is processing of a single ping pong of request and response. double qps = 1;