| Index: runtime/include/dart_api.h
|
| diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
|
| index 2e8b8648097332cbdc1483f794d49cc2af4ff02b..ab57de43b4a8bf572dcf2110db6fcf171e8eb1eb 100644
|
| --- a/runtime/include/dart_api.h
|
| +++ b/runtime/include/dart_api.h
|
| @@ -3103,7 +3103,7 @@ DART_EXPORT Dart_Handle Dart_FinalizeLoading(bool complete_futures);
|
| */
|
|
|
| /**
|
| - * The peer field is a lazily allocated field intendend for storage of
|
| + * The peer field is a lazily allocated field intended for storage of
|
| * an uncommonly used values. Most instances types can have a peer
|
| * field allocated. The exceptions are subtypes of Null, num, and
|
| * bool.
|
|
|