| Index: pkg/analyzer/lib/src/generated/parser.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/parser.dart b/pkg/analyzer/lib/src/generated/parser.dart
|
| index 98a26e9b6940d3e1357816440af54dac62c05286..c24c479c112f3529da1aab214276978756f81c12 100644
|
| --- a/pkg/analyzer/lib/src/generated/parser.dart
|
| +++ b/pkg/analyzer/lib/src/generated/parser.dart
|
| @@ -2120,7 +2120,7 @@ class Parser {
|
| final AnalysisErrorListener _errorListener;
|
|
|
| /**
|
| - * An [errorListener] lock, if more than `0`, then errors are not reported.
|
| + * An [_errorListener] lock, if more than `0`, then errors are not reported.
|
| */
|
| int _errorListenerLock = 0;
|
|
|
|
|