Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 63a3b1b45001572f9df38caeee5c8aa90770a100..ed3c156421778f6648171f2f4802f18732449c7f 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -6308,7 +6308,7 @@ class GlobalObject: public JSObject { |
Handle<GlobalObject> global, |
Handle<String> name); |
// TODO(kmillikin): This function can be eliminated once the stub cache is |
- // full handlified (and the static helper can be written directly). |
+ // fully handlified (and the static helper can be written directly). |
MUST_USE_RESULT MaybeObject* EnsurePropertyCell(String* name); |
// Casting. |