| Index: runtime/vm/object.cc
|
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
|
| index 248622662a4be3a742e84099c3c422939abaa036..a1589b10fab3964d3eb9e98988dbc78b4fb82a8f 100644
|
| --- a/runtime/vm/object.cc
|
| +++ b/runtime/vm/object.cc
|
| @@ -6878,7 +6878,7 @@ void Function::DropUncompiledImplicitClosureFunction() const {
|
| // Converted closure functions are used in VM Closure instances that represent
|
| // the results of evaluation of [MakeClosure] primitive operations.
|
| //
|
| -// Internally, converted closure functins are represented with the same Closure
|
| +// Internally, converted closure functions are represented with the same Closure
|
| // class as implicit closure functions (that are used for dealing with
|
| // tear-offs). The Closure class instances have two fields, one for the
|
| // function, and one for the captured context. Implicit closure functions have
|
| @@ -6902,7 +6902,7 @@ void Function::DropUncompiledImplicitClosureFunction() const {
|
| // this way, is invoked, it should receive the [Vector] as the first argument,
|
| // and take the rest of the arguments from the invocation.
|
| //
|
| -// Converted cosure functions in VM follow same discipline as implicit closure
|
| +// Converted closure functions in VM follow same discipline as implicit closure
|
| // functions, because they are similar in many ways. For further deatils, please
|
| // refer to the following methods:
|
| // -> Function::ConvertedClosureFunction
|
|
|