| Index: pkg/compiler/lib/src/diagnostics/messages.dart
|
| diff --git a/pkg/compiler/lib/src/diagnostics/messages.dart b/pkg/compiler/lib/src/diagnostics/messages.dart
|
| index 68e2a788f265dd1d64dd0e49219e000dd393520f..a750c41d2d09f27222f02d18b4ec7831d8a80ef4 100644
|
| --- a/pkg/compiler/lib/src/diagnostics/messages.dart
|
| +++ b/pkg/compiler/lib/src/diagnostics/messages.dart
|
| @@ -427,7 +427,7 @@ enum MessageKind {
|
| /// A message template for an error, warning, hint or info message generated
|
| /// by the compiler. Each template is associated with a [MessageKind] that
|
| /// uniquely identifies the message template.
|
| -// TODO(johnnniwinther): For Infos, consider adding a reference to the
|
| +// TODO(johnniwinther): For Infos, consider adding a reference to the
|
| // error/warning/hint that they belong to.
|
| class MessageTemplate {
|
| final MessageKind kind;
|
|
|