Chromium Code Reviews| Index: sdk/lib/core/stopwatch.dart |
| diff --git a/sdk/lib/core/stopwatch.dart b/sdk/lib/core/stopwatch.dart |
| index 6a2d417b85ad8ebcf873057432ed2a34da5ad5cc..d32e1c2dbeb4bdac1d712c415d51e6002167d799 100644 |
| --- a/sdk/lib/core/stopwatch.dart |
| +++ b/sdk/lib/core/stopwatch.dart |
| @@ -112,7 +112,7 @@ class Stopwatch { |
| } |
| /** |
| - * Whether the [StopWatch] is currently running. |
| + * Whether the [Stopwatch] is currently running. |
| */ |
| bool get isRunning => _stop == null; |