Эх сурвалжийг харах

Fixed another spelling error.

Joshua Haberman 4 жил өмнө
parent
commit
284f4b6dd1

+ 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(