aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-02-05 23:11:02 -0800
committerGravatar Yang Gao <yangg@google.com>2015-02-05 23:11:02 -0800
commit48d80e57698fe3d2a8b850c02782724e37a25418 (patch)
tree413471ca68f627cc99ad3c3e60976118df57b95d /test
parent1988221d15a4c092837b3cabf17f595c0d01e5c7 (diff)
update comments
Diffstat (limited to 'test')
-rw-r--r--test/cpp/util/create_test_channel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/util/create_test_channel.cc b/test/cpp/util/create_test_channel.cc
index 2f95e3aa74..301e9a3c3a 100644
--- a/test/cpp/util/create_test_channel.cc
+++ b/test/cpp/util/create_test_channel.cc
@@ -45,7 +45,7 @@ namespace grpc {
// 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 to google.
-// In this case, The path to the root file must be set via environment variable
+// In this case, path to the roots pem file must be set via environment variable
// GRPC_DEFAULT_SSL_ROOTS_FILE_PATH.
// Otherwise, root for test SSL cert will be used.
// creds will be used to create a channel when enable_ssl is true.