Index: compiler/java/com/google/dart/compiler/SystemLibrary.java |
diff --git a/compiler/java/com/google/dart/compiler/SystemLibrary.java b/compiler/java/com/google/dart/compiler/SystemLibrary.java |
index ad37ceaca95b3429391784cacb0197c851858d9a..8a3350220dcae294a2219d69251c350da3c977bb 100644 |
--- a/compiler/java/com/google/dart/compiler/SystemLibrary.java |
+++ b/compiler/java/com/google/dart/compiler/SystemLibrary.java |
@@ -26,7 +26,7 @@ public class SystemLibrary { |
* new SystemLibrary("dom.lib", "dom", "dart_dom.lib"); |
* </pre> |
* |
- * will define a new system library such that "dart:dom.lib" to automatically be expanded to |
+ * will define a new system library such that "dart:dom_deprecated.lib" to automatically be expanded to |
* "dart://dom/dart_dom.lib". The dirOrZip argument is either the root directory or a zip file |
* containing all files for this library. |
*/ |