| Index: pkg/compiler/lib/src/helpers/helpers.dart
|
| diff --git a/pkg/compiler/lib/src/helpers/helpers.dart b/pkg/compiler/lib/src/helpers/helpers.dart
|
| index f8f617f1178995406fa6c3e1dcc85ba3eeb021ca..2182fc0ffebfbabe75f8c84a7434484b9633d146 100644
|
| --- a/pkg/compiler/lib/src/helpers/helpers.dart
|
| +++ b/pkg/compiler/lib/src/helpers/helpers.dart
|
| @@ -40,7 +40,7 @@ _DebugIndentation _indentation = new _DebugIndentation();
|
| /// Function signature of [debugPrint].
|
| typedef DebugPrint(s);
|
|
|
| -/// If [DEBUG_PRINT_ENABLED] is `true` print [s] using the current identation.
|
| +/// If [DEBUG_PRINT_ENABLED] is `true` print [s] using the current indentation.
|
| DebugPrint get debugPrint {
|
| enableDebugMode();
|
| // TODO(johnniwinther): Maybe disable debug mode after the call.
|
|
|