aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2016-10-17 13:51:46 -0700
committerGravatar yang-g <yangg@google.com>2016-10-17 13:53:18 -0700
commitb0db13141e87b4d3f65965258b7438bf5240decb (patch)
tree2a0ac39130a9fbdc585aa8d70a1276aa8429fec6
parentc4292fb971b88f4ff1a0166998d1cf5e6c66efa8 (diff)
resolve review comment
-rw-r--r--include/grpc++/test/server_context_test_spouse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/grpc++/test/server_context_test_spouse.h b/include/grpc++/test/server_context_test_spouse.h
index fdca38aa35..b2482854b5 100644
--- a/include/grpc++/test/server_context_test_spouse.h
+++ b/include/grpc++/test/server_context_test_spouse.h
@@ -46,8 +46,8 @@ class ServerContextTestSpouse {
public:
explicit ServerContextTestSpouse(ServerContext* ctx) : ctx_(ctx) {}
- // Inject fake client metadata to the ServerContext. The test spouse must be
- // alive when ServerContext::client_metadata is called.
+ // Inject client metadata to the ServerContext for the test. The test spouse
+ // must be alive when ServerContext::client_metadata is called.
void AddClientMetadata(const grpc::string& key, const grpc::string& value);
std::multimap<grpc::string, grpc::string> GetInitialMetadata() const {
return ctx_->initial_metadata_;