Index: pkg/compiler/lib/src/patch_parser.dart |
diff --git a/pkg/compiler/lib/src/patch_parser.dart b/pkg/compiler/lib/src/patch_parser.dart |
index f64c5dee46f0beb6469f911d5cfb4748ab8d7ac1..b0bde835c9fcc104fd47f4dd73825177bfa66db9 100644 |
--- a/pkg/compiler/lib/src/patch_parser.dart |
+++ b/pkg/compiler/lib/src/patch_parser.dart |
@@ -9,7 +9,7 @@ |
* [FunctionElement]. Patches are introduced in patch libraries which are loaded |
* together with the corresponding origin library. Which libraries that are |
* patched is determined by the dart2jsPatchPath field of LibraryInfo found |
- * in [:lib/_internal/libraries.dart:]. |
+ * in [:lib/_internal/sdk_library_metadata/lib/libraries.dart:]. |
* |
* Patch libraries are parsed like regular library and thus provided with their |
* own elements. These elements which are distinct from the elements from the |