From a0bd789da94fec3176d59d3821ab3466404d6a29 Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Thu, 9 Feb 2017 16:12:53 -0800 Subject: [PATCH] fix wording --- benchmark/benchmark.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/benchmark.go b/benchmark/benchmark.go index 929c1445..b5fa69b8 100644 --- a/benchmark/benchmark.go +++ b/benchmark/benchmark.go @@ -47,7 +47,7 @@ import ( "google.golang.org/grpc/grpclog" ) -// allows reuse of the same testpb.Payload object +// Allows reuse of the same testpb.Payload object. func setPayload(p *testpb.Payload, t testpb.PayloadType, size int) { if size < 0 { grpclog.Fatalf("Requested a response with invalid length %d", size)