From eec8d1a56cc14151764b68dadeec318c0f2c9bed Mon Sep 17 00:00:00 2001 From: Yang Gao Date: Mon, 26 Jan 2015 11:03:21 -0800 Subject: [PATCH] fix comments --- test/cpp/util/create_test_channel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cpp/util/create_test_channel.cc b/test/cpp/util/create_test_channel.cc index e512e3cc739..a521162bea2 100644 --- a/test/cpp/util/create_test_channel.cc +++ b/test/cpp/util/create_test_channel.cc @@ -44,7 +44,7 @@ namespace grpc { // create channel. Otherwise, connect to server and override hostname if // override_hostname is provided. // When ssl is not enabled, override_hostname is ignored. -// Set use_prod_root to true to use the SSL root for connecting google. +// Set use_prod_root to true to use the SSL root for connecting to google. // Otherwise, root for test SSL cert will be used. // creds will be used to create a channel when enable_ssl is true. // Use examples: