Browse Source

Fixed another spelling error.

Joshua Haberman 4 năm trước cách đây
mục cha
commit
284f4b6dd1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/google/protobuf/arena_impl.h

+ 1 - 1
src/google/protobuf/arena_impl.h

@@ -229,7 +229,7 @@ class PROTOBUF_EXPORT SerialArena {
   char* ptr_;
   char* limit_;
 
-  // contructor private as to only New should be used.
+  // Constructor is private as only New() should be used.
   inline SerialArena(Block* b, void* owner);
   void* AllocateAlignedFallback(size_t n, const AllocationPolicy* policy);
   std::pair<void*, CleanupNode*> AllocateAlignedWithCleanupFallback(