Index: pkg/compiler/lib/src/universe/class_set.dart |
diff --git a/pkg/compiler/lib/src/universe/class_set.dart b/pkg/compiler/lib/src/universe/class_set.dart |
index be69cc2bd74bec883bcb528dc3b5edb574c60e96..2dd892ef431b5c258c62e579255556db2a4a07c4 100644 |
--- a/pkg/compiler/lib/src/universe/class_set.dart |
+++ b/pkg/compiler/lib/src/universe/class_set.dart |
@@ -19,7 +19,7 @@ enum Instantiation { |
/// Node for [cls] in a tree forming the subclass relation of [ClassElement]s. |
/// |
-/// This is used by the [ClassWorld] to perform queries on subclass and subtype |
+/// This is used by the [ClosedWorld] to perform queries on subclass and subtype |
/// relations. |
/// |
/// For this class hierarchy: |