| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 3fee9886a10c7f5adb34132937c7b12990025ad2..2848def5f35063bbef767780e8f779927f5c1dac 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -4606,7 +4606,7 @@ class ExceptionHandlers : public Object {
|
|
|
| // Holds deopt information at one deoptimization point. The information consists
|
| // of two parts:
|
| -// - first a prefix consiting of kMaterializeObject instructions describing
|
| +// - first a prefix consisting of kMaterializeObject instructions describing
|
| // objects which had their allocation removed as part of AllocationSinking
|
| // pass and have to be materialized;
|
| // - followed by a list of DeoptInstr objects, specifying transformation
|
|
|