Explorar o código

Fixed another spelling error.

Joshua Haberman %!s(int64=4) %!d(string=hai) anos
pai
achega
284f4b6dd1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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(