Browse Source

Fixed another spelling error.

Joshua Haberman 4 years ago
parent
commit
284f4b6dd1
1 changed files with 1 additions and 1 deletions
  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(