Index: src/api-arguments.h |
diff --git a/src/api-arguments.h b/src/api-arguments.h |
index 9e01f3ae7db0aeef90ba34e1dd2a27ce54fa17cb..d6d1b951aff278850c209107f88104424fc01eb6 100644 |
--- a/src/api-arguments.h |
+++ b/src/api-arguments.h |
@@ -88,7 +88,7 @@ class PropertyCallbackArguments |
Smi::FromInt(should_throw == Object::THROW_ON_ERROR ? 1 : 0); |
// Here the hole is set as default value. |
- // It cannot escape into js as it's remove in Call below. |
+ // It cannot escape into js as it's removed in Call below. |
values[T::kReturnValueDefaultValueIndex] = |
isolate->heap()->the_hole_value(); |
values[T::kReturnValueIndex] = isolate->heap()->the_hole_value(); |