From 4656275a545868d4eeb7d750dcae470e14d4f473 Mon Sep 17 00:00:00 2001 From: Easwar Swaminathan Date: Thu, 6 Oct 2022 12:16:19 -0700 Subject: [PATCH] fix grammar --- internal/testutils/xds/e2e/server.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/testutils/xds/e2e/server.go b/internal/testutils/xds/e2e/server.go index d204fc4e57cb..2c33aa77087d 100644 --- a/internal/testutils/xds/e2e/server.go +++ b/internal/testutils/xds/e2e/server.go @@ -106,8 +106,8 @@ type ManagementServerOptions struct { // resources allocated by the management server. func StartManagementServer(opts *ManagementServerOptions) (*ManagementServer, error) { // Create a snapshot cache. The first parameter controls whether the server - // will wait for all resources to explicitly named in the request before - // responding to any of them. + // should wait for all resources to be explicitly named in the request + // before responding to any of them. wait := true if opts != nil { wait = !opts.AllowResourceSubset