Fix typo in comment.

This CL has no behavior changes.

PiperOrigin-RevId: 588145176
pull/14962/head
Protobuf Team Bot 12 months ago committed by Copybara-Service
parent 978c248e90
commit 67571d0375
  1. 2
      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&);

Loading…
Cancel
Save