diff --git a/src/google/protobuf/message_lite.h b/src/google/protobuf/message_lite.h index dbe08f471f..71eb546044 100644 --- a/src/google/protobuf/message_lite.h +++ b/src/google/protobuf/message_lite.h @@ -517,7 +517,7 @@ class PROTOBUF_EXPORT MessageLite { inline explicit MessageLite(Arena* arena) : _internal_metadata_(arena) {} // We use a secondary vtable for descriptor based methods. This way ClassData - // does not growth with the number of descriptor methods. This avoids extra + // does not grow with the number of descriptor methods. This avoids extra // costs in MessageLite. struct DescriptorMethods { std::string (*get_type_name)(const MessageLite&);