| Index: runtime/include/dart_api.h
|
| diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
|
| index 5da6c6aba9f2605691477f28022fb8816b83bf0d..fcb839d419529e714a0842a846acce724cbee52d 100755
|
| --- a/runtime/include/dart_api.h
|
| +++ b/runtime/include/dart_api.h
|
| @@ -943,8 +943,8 @@ DART_EXPORT bool Dart_Post(Dart_Port port_id, Dart_Handle object);
|
| *
|
| * The string encoding in the 'value.as_string' is UTF-8.
|
| *
|
| - * All the different types from dart:typeddata are exposed as type
|
| - * kTypedData. The specific type from dart:typeddata is in the type
|
| + * All the different types from dart:typed_data are exposed as type
|
| + * kTypedData. The specific type from dart:typed_data is in the type
|
| * field of the as_typed_data structure. The length in the
|
| * as_typed_data structure is always in bytes.
|
| */
|
|
|