Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: third_party/protobuf/src/google/protobuf/map_unittest.proto

Issue 2599263002: third_party/protobuf: Update to HEAD (f52e188fe4) (Closed)
Patch Set: Address comments Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/protobuf/src/google/protobuf/map_unittest.proto
diff --git a/third_party/protobuf/src/google/protobuf/map_unittest.proto b/third_party/protobuf/src/google/protobuf/map_unittest.proto
index aea1e8ce3d449c7bfa6e9ba529a5ee434ae5961f..c6154f040a7cefcd5cf9130dfc3c00af60f1daa2 100644
--- a/third_party/protobuf/src/google/protobuf/map_unittest.proto
+++ b/third_party/protobuf/src/google/protobuf/map_unittest.proto
@@ -83,7 +83,7 @@ enum MapEnum {
MAP_ENUM_BAZ = 2;
}
-// Test embeded message with required fields
+// Test embedded message with required fields
message TestRequiredMessageMap {
map<int32, TestRequired> map_field = 1;
}
« no previous file with comments | « third_party/protobuf/src/google/protobuf/map_type_handler.h ('k') | third_party/protobuf/src/google/protobuf/message.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698