Index: sdk/lib/_internal/compiler/implementation/lib/typed_data_patch.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/lib/typeddata_patch.dart b/sdk/lib/_internal/compiler/implementation/lib/typed_data_patch.dart |
similarity index 98% |
rename from sdk/lib/_internal/compiler/implementation/lib/typeddata_patch.dart |
rename to sdk/lib/_internal/compiler/implementation/lib/typed_data_patch.dart |
index ba50d05d69839b8dbd79b12f63811e6bd1526946..183dec21f1d9eff90dc338c337299dd944f69f2d 100644 |
--- a/sdk/lib/_internal/compiler/implementation/lib/typeddata_patch.dart |
+++ b/sdk/lib/_internal/compiler/implementation/lib/typed_data_patch.dart |
@@ -2,9 +2,9 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-// This is an empty dummy patch file for the VM dart:typeddata library. |
+// This is an empty dummy patch file for the VM dart:typed_data library. |
// This is needed in order to be able to generate documentation for the |
-// typeddata library. |
+// typed_data library. |
patch class Int8List { |
patch factory Int8List(int length) { |