aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/create_test_channel.cc
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-01-26 11:03:21 -0800
committerGravatar Yang Gao <yangg@google.com>2015-01-26 11:03:21 -0800
commiteec8d1a56cc14151764b68dadeec318c0f2c9bed (patch)
tree7c27f3b209d8dab95e0b597cb9b87f8bc0427378 /test/cpp/util/create_test_channel.cc
parent3bc377c5b8ccaaa3fc2ca36a0e7fe43070c71b9c (diff)
fix comments
Diffstat (limited to 'test/cpp/util/create_test_channel.cc')
-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 e512e3cc73..a521162bea 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: