| Index: mojo/public/cpp/bindings/lib/array_internal.h
|
| diff --git a/mojo/public/cpp/bindings/lib/array_internal.h b/mojo/public/cpp/bindings/lib/array_internal.h
|
| index ba6d16ea21499bf037d9eab246195284c9b57b2d..7486b19668f2c22f1d0b6fd278b9e084db2c70be 100644
|
| --- a/mojo/public/cpp/bindings/lib/array_internal.h
|
| +++ b/mojo/public/cpp/bindings/lib/array_internal.h
|
| @@ -109,7 +109,7 @@ struct ArrayDataTraits<bool> {
|
| //
|
| // TODO(yzshen): Validation code should be organzied in a way similar to
|
| // Serializer<>, or merged into it. It should be templatized with the mojo
|
| -// wrapper type instead of the data type, that way we can use MojomTypeTraits
|
| +// data view type instead of the data type, that way we can use MojomTypeTraits
|
| // to determine the categories.
|
|
|
| template <typename T, bool is_union, bool is_handle_or_interface>
|
|
|