| Index: pkg/compiler/lib/src/js_backend/namer.dart | 
| diff --git a/pkg/compiler/lib/src/js_backend/namer.dart b/pkg/compiler/lib/src/js_backend/namer.dart | 
| index 40763d0251de5f9ce82ce269b7914f84c11d02ee..d4813ad51173c3d0c05f91ec07b8d8a1138f1232 100644 | 
| --- a/pkg/compiler/lib/src/js_backend/namer.dart | 
| +++ b/pkg/compiler/lib/src/js_backend/namer.dart | 
| @@ -1044,7 +1044,7 @@ class Namer { | 
| /// This is the name used for deriving property names of accessors (getters | 
| /// and setters) and as property name for storing methods and method stubs. | 
| /// | 
| -  /// [suffixes] denote an extension of [originalName] to distiguish it from | 
| +  /// [suffixes] denote an extension of [originalName] to distinguish it from | 
| /// other members with that name. These are used to encode the arity and | 
| /// named parameters to a method. Disambiguating the same [originalName] with | 
| /// different [suffixes] will yield different disambiguated names. | 
|  |