aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/reflection_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/reflection_internal.h')
-rw-r--r--src/google/protobuf/reflection_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/reflection_internal.h b/src/google/protobuf/reflection_internal.h
index 6bff0f0d..f664d8e2 100644
--- a/src/google/protobuf/reflection_internal.h
+++ b/src/google/protobuf/reflection_internal.h
@@ -179,7 +179,7 @@ class RepeatedPtrFieldWrapper : public RandomAccessRepeatedFieldAccessor {
}
// Create a new T instance. For repeated message fields, T can be specified
- // as proto2::Message so we can't use "new T()" directly. In that case, value
+ // as google::protobuf::Message so we can't use "new T()" directly. In that case, value
// should be a message of the same type (it's ensured by the caller) and a
// new message object will be created using it.
virtual T* New(const Value* value) const = 0;