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

Unified Diff: third_party/protobuf/ruby/ext/google/protobuf_c/upb.h

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Update to new HEAD (b7632464b4) + restore GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER Created 4 years, 1 month 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/ruby/ext/google/protobuf_c/upb.h
diff --git a/third_party/protobuf/ruby/ext/google/protobuf_c/upb.h b/third_party/protobuf/ruby/ext/google/protobuf_c/upb.h
index 2faf74e5024d09828265bc896fe79ed0902e6044..e8b683bd935c92c75967b0b36e9d3eb0ec2c9525 100644
--- a/third_party/protobuf/ruby/ext/google/protobuf_c/upb.h
+++ b/third_party/protobuf/ruby/ext/google/protobuf_c/upb.h
@@ -55,7 +55,7 @@
** store pointers or integers of at least 32 bits (upb isn't really useful on
** systems where sizeof(void*) < 4).
**
-** The table must be homogenous (all values of the same type). In debug
+** The table must be homogeneous (all values of the same type). In debug
** mode, we check this on insert and lookup.
*/

Powered by Google App Engine
This is Rietveld 408576698