aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/reflection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/reflection.h')
-rw-r--r--src/google/protobuf/reflection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/google/protobuf/reflection.h b/src/google/protobuf/reflection.h
index 236a68b6..c14a896c 100644
--- a/src/google/protobuf/reflection.h
+++ b/src/google/protobuf/reflection.h
@@ -337,8 +337,8 @@ namespace internal {
// CPPTYPE_BOOL bool bool
// CPPTYPE_ENUM generated enum type int32
// CPPTYPE_STRING string string
-// CPPTYPE_MESSAGE generated message type proto2::Message
-// or proto2::Message
+// CPPTYPE_MESSAGE generated message type google::protobuf::Message
+// or google::protobuf::Message
//
// Note that for enums we use int32 in the interface.
//