From af1f97e92a7c83d1109e8c29a0b8b1ee5b2cff4d Mon Sep 17 00:00:00 2001
From: Craig Tiller <craig.tiller@gmail.com>
Date: Mon, 20 Jul 2015 07:26:18 -0700
Subject: [PATCH] Fix typo

---
 include/grpc++/channel_arguments.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/grpc++/channel_arguments.h b/include/grpc++/channel_arguments.h
index 862c292180..d726b9ffea 100644
--- a/include/grpc++/channel_arguments.h
+++ b/include/grpc++/channel_arguments.h
@@ -57,7 +57,7 @@ class ChannelArguments {
   // grpc specific channel argument setters
   // Set target name override for SSL host name checking.
   void SetSslTargetNameOverride(const grpc::string& name);
-  // TODO(yangg) add flow control optionsc
+  // TODO(yangg) add flow control options
 
   // Set the compression algorithm for the channel.
   void SetCompressionAlgorithm(grpc_compression_algorithm algorithm);
-- 
GitLab