| 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 69bec2f4bb0d01359ecfe1773c535333c446bb38..12a2cc91a7dbd5a81095c08397c957e06bd193a3 100644
 | 
| --- a/pkg/compiler/lib/src/library_loader.dart
 | 
| +++ b/pkg/compiler/lib/src/library_loader.dart
 | 
| @@ -854,7 +854,7 @@ class _DillLibraryLoaderTask extends CompilerTask implements LibraryLoaderTask {
 | 
|          super(measurer);
 | 
|  
 | 
|    /// Loads an entire Kernel [Program] from a file on disk (note, not just a
 | 
| -  /// library, so this name is actuall a bit of a misnomer).
 | 
| +  /// library, so this name is actually a bit of a misnomer).
 | 
|    // TODO(efortuna): Rename this once the Element library loader class goes
 | 
|    // away.
 | 
|    Future<LoadedLibraries> loadLibrary(Uri resolvedUri,
 | 
| 
 |