Index: src/contexts.h |
diff --git a/src/contexts.h b/src/contexts.h |
index af5cb036c615bb212a91aae4cd1a3bff808ec1ea..647c15c153ac54768cca4ea4c4f4a421b06f5dc5 100644 |
--- a/src/contexts.h |
+++ b/src/contexts.h |
@@ -397,7 +397,7 @@ class Context: public FixedArray { |
GLOBAL_CONTEXT_FIELDS(GLOBAL_CONTEXT_FIELD_ACCESSORS) |
#undef GLOBAL_CONTEXT_FIELD_ACCESSORS |
- // Lookup the the slot called name, starting with the current context. |
+ // Lookup the slot called name, starting with the current context. |
// There are three possibilities: |
// |
// 1) result->IsContext(): |