Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 8c2aaf9ca6c3b778901831fdfa2dd7f90b2dfe77..bfd3de043821b2ec0033c7d004260b39ca16ca5a 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -2097,7 +2097,7 @@ class V8_EXPORT Object : public Value { |
bool Set(uint32_t index, Handle<Value> value); |
- // Sets a local property on this object bypassing interceptors and |
+ // Sets an own property on this object bypassing interceptors and |
// overriding accessors or read-only properties. |
// |
// Note that if the object has an interceptor the property will be set |