diff --git a/include/grpc++/channel_arguments.h b/include/grpc++/channel_arguments.h index 862c29218068ebca898afaf7101edbcb08f641ec..d726b9ffea7eb2c377072e4861482de966ee94c0 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);