| Index: sdk/lib/io/directory.dart
 | 
| diff --git a/sdk/lib/io/directory.dart b/sdk/lib/io/directory.dart
 | 
| index 2ff3928b4a40bd0686ab6a3eaa841fc979045ef8..e890fcff42947c940fe03f969e4192400ea67388 100644
 | 
| --- a/sdk/lib/io/directory.dart
 | 
| +++ b/sdk/lib/io/directory.dart
 | 
| @@ -160,7 +160,7 @@ abstract class Directory implements FileSystemEntity {
 | 
|     * resolved by the OS.
 | 
|     *
 | 
|     * Note that setting the current working directory is a synchronous
 | 
| -   * operation and that it changes the the working directory of *all*
 | 
| +   * operation and that it changes the working directory of *all*
 | 
|     * isolates.
 | 
|     *
 | 
|     * Use this with care - especially when working with asynchronous
 | 
| 
 |