fix wording

This commit is contained in:
Alexander Polcyn
2017-02-09 16:12:53 -08:00
parent 47b25d4b97
commit a0bd789da9

View File

@ -47,7 +47,7 @@ import (
"google.golang.org/grpc/grpclog" "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) { func setPayload(p *testpb.Payload, t testpb.PayloadType, size int) {
if size < 0 { if size < 0 {
grpclog.Fatalf("Requested a response with invalid length %d", size) grpclog.Fatalf("Requested a response with invalid length %d", size)