Index: sdk/lib/mirrors/mirrors.dart |
diff --git a/sdk/lib/mirrors/mirrors.dart b/sdk/lib/mirrors/mirrors.dart |
index 3ba8dcd27ff5fa7b5646d77d78c55e87d2f408d5..a5f57507b6e99989d893cc561140834558aa5670 100644 |
--- a/sdk/lib/mirrors/mirrors.dart |
+++ b/sdk/lib/mirrors/mirrors.dart |
@@ -225,7 +225,7 @@ abstract class DeclarationMirror implements Mirror { |
/** |
* The simple name for this Dart language entity. |
* |
- * The simple name is in most cases the the identifier name of the entity, |
+ * The simple name is in most cases the identifier name of the entity, |
* such as 'myMethod' for a method, [:void myMethod() {...}:] or 'mylibrary' |
* for a [:library 'mylibrary';:] declaration. |
*/ |