aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-03-02 20:42:16 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-03-02 20:42:16 -0800
commit7f7181ffc5605de2dd571b8aabd51f5b04058137 (patch)
treec97415c87469d0a32f834f953662375101c6b5ec /include
parenteef5c01cf48df88e5117dc165422bbb976905060 (diff)
fix comments
Diffstat (limited to 'include')
-rw-r--r--include/grpc++/impl/codegen/proto_utils.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/grpc++/impl/codegen/proto_utils.h b/include/grpc++/impl/codegen/proto_utils.h
index 05321619ac..c06fc5d22b 100644
--- a/include/grpc++/impl/codegen/proto_utils.h
+++ b/include/grpc++/impl/codegen/proto_utils.h
@@ -59,10 +59,9 @@ class ProtoSerializerInterface {
int max_message_size) = 0;
};
-// TODO(dgq): This is a temporary fix to work around codegen issues related to
-// a certain sharp-sounding build system. Its purpose is to hold a polymorphic
-// proto serializer/deserializer instance. It's initialized as part of
-// src/cpp/proto/proto_serializer.cc.
+// TODO(dgq): This is a temporary fix to work around codegen issues. Its purpose
+// is to hold a polymorphic proto serializer/deserializer instance. It's
+// initialized as part of src/cpp/proto/proto_serializer.cc.
//
// This global variable plus all related code (ProtoSerializerInteface,
// ProtoSerializer) will be removed in the future.