| Index: runtime/vm/dart_api_impl_test.cc
|
| diff --git a/runtime/vm/dart_api_impl_test.cc b/runtime/vm/dart_api_impl_test.cc
|
| index 297703e5d7993481115e675226f21c1decedce3e..006b77f9d532e7cf4114683e2cd6b3ec524f36e0 100644
|
| --- a/runtime/vm/dart_api_impl_test.cc
|
| +++ b/runtime/vm/dart_api_impl_test.cc
|
| @@ -2067,7 +2067,7 @@ static void TestDirectAccess(Dart_Handle lib,
|
| dataP[i] += 10;
|
| }
|
|
|
| - // Release direct accesss to the typed data object.
|
| + // Release direct access to the typed data object.
|
| result = Dart_TypedDataReleaseData(array);
|
| EXPECT_VALID(result);
|
|
|
|
|