Index: runtime/vm/raw_object.h |
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h |
index 3be710beedea8b3b76b12beac63e99e20fa76984..5721a0b904e632b050dbc08a47e1cd78d35ce7b3 100644 |
--- a/runtime/vm/raw_object.h |
+++ b/runtime/vm/raw_object.h |
@@ -638,7 +638,7 @@ class RawClass : public RawObject { |
int32_t type_arguments_field_offset_in_words_; // Offset of type args fld. |
int32_t next_field_offset_in_words_; // Offset of the next instance field. |
classid_t id_; // Class Id, also index in the class table. |
- int16_t num_type_arguments_; // Number of type arguments in flatten vector. |
+ int16_t num_type_arguments_; // Number of type arguments in flattened vector. |
int16_t num_own_type_arguments_; // Number of non-overlapping type arguments. |
uint16_t num_native_fields_; // Number of native fields in class. |
uint16_t state_bits_; |