diff options
Diffstat (limited to 'deps/v8/src/parser.cc')
-rw-r--r-- | deps/v8/src/parser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/parser.cc b/deps/v8/src/parser.cc index 777436ee04..35cc1c92d9 100644 --- a/deps/v8/src/parser.cc +++ b/deps/v8/src/parser.cc @@ -3757,7 +3757,7 @@ ObjectLiteral::Property* Parser::ParseObjectLiteralGetSet(bool is_getter, RelocInfo::kNoPosition, FunctionLiteral::ANONYMOUS_EXPRESSION, CHECK_OK); - // Allow any number of parameters for compatiabilty with JSC. + // Allow any number of parameters for compatibilty with JSC. // Specification only allows zero parameters for get and one for set. ObjectLiteral::Property* property = new(zone()) ObjectLiteral::Property(is_getter, value); |