Index: src/factory.cc |
diff --git a/src/factory.cc b/src/factory.cc |
index e24a941b8adf00ef680a7b132fb74b774f61b519..c49f58a9388d22996a9f3034e7b6a30323fcb482 100644 |
--- a/src/factory.cc |
+++ b/src/factory.cc |
@@ -822,7 +822,7 @@ Handle<Map> Factory::ObjectLiteralMapFromCache(Handle<Context> context, |
Handle<MapCache> new_cache = NewMapCache(24); |
context->set_map_cache(*new_cache); |
} |
- // Check to see whether there is a maching element in the cache. |
+ // Check to see whether there is a matching element in the cache. |
Handle<MapCache> cache = |
Handle<MapCache>(MapCache::cast(context->map_cache())); |
Handle<Object> result = Handle<Object>(cache->Lookup(*keys)); |