| Index: runtime/vm/redundancy_elimination.cc
|
| diff --git a/runtime/vm/redundancy_elimination.cc b/runtime/vm/redundancy_elimination.cc
|
| index 1cabf787c2e9ed2396cf6c04c17a51b6364d1c99..59ebec8b88918e7538880168a05fdf7e7ed750f1 100644
|
| --- a/runtime/vm/redundancy_elimination.cc
|
| +++ b/runtime/vm/redundancy_elimination.cc
|
| @@ -272,7 +272,7 @@ class Place : public ValueObject {
|
| //
|
| // - for places that depend on an instance X.f, X.@offs, X[i], X[C]
|
| // we drop X if X is not an allocation because in this case X does not
|
| - // posess an identity obtaining aliases *.f, *.@offs, *[i] and *[C]
|
| + // possess an identity obtaining aliases *.f, *.@offs, *[i] and *[C]
|
| // respectively;
|
| // - for non-constant indexed places X[i] we drop information about the
|
| // index obtaining alias X[*].
|
|
|