| Index: pkg/compiler/lib/src/library_loader.dart
|
| diff --git a/pkg/compiler/lib/src/library_loader.dart b/pkg/compiler/lib/src/library_loader.dart
|
| index 9caf929497f187d9dfbe50b2a1b65ee05318526f..69bec2f4bb0d01359ecfe1773c535333c446bb38 100644
|
| --- a/pkg/compiler/lib/src/library_loader.dart
|
| +++ b/pkg/compiler/lib/src/library_loader.dart
|
| @@ -1483,7 +1483,7 @@ class LibraryDependencyHandler implements LibraryLoader {
|
| /// Information on the set libraries loaded as a result of a call to
|
| /// [LibraryLoader.loadLibrary].
|
| abstract class LoadedLibraries {
|
| - /// The accesss the library object created corresponding to the library
|
| + /// The access the library object created corresponding to the library
|
| /// passed to [LibraryLoader.loadLibrary].
|
| LibraryEntity get rootLibrary;
|
|
|
|
|