| 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.
|
| */
|
|
|
|
|