Index: runtime/vm/object.cc |
diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc |
index 186432c5b7190efe7878d362ce63b40992f1dcc3..7780ecd88ecbdad2e891540f5fa6c6db7bec48ea 100644 |
--- a/runtime/vm/object.cc |
+++ b/runtime/vm/object.cc |
@@ -9655,7 +9655,7 @@ RawObject* Library::ResolveName(const String& name) const { |
obj = LookupLocalObject(name); |
if (!obj.IsNull()) { |
// Names that are in this library's dictionary and are unmangled |
- // are not cached. This reduces the size of the the cache. |
+ // are not cached. This reduces the size of the cache. |
return obj.raw(); |
} |
String& accessor_name = String::Handle(Field::LookupGetterSymbol(name)); |