Commit 9cbf6c7d authored by aperez's avatar aperez Committed by Commit bot

Fix unintentional typo in Parser::ParseLazy() comments

BUG=
LOG=N
NOTRY=true

Review URL: https://codereview.chromium.org/1022413003

Cr-Commit-Position: refs/heads/master@{#27363}
parent c56fa736
......@@ -1150,7 +1150,7 @@ FunctionLiteral* Parser::ParseLazy(Isolate* isolate, ParseInfo* info,
// stack overflow, at which point the partially parsed arrow
// function concise body happens to be a valid expression. This
// is a problem only for arrow functions with single statement
// bodies, since there is no end token suck as "}" for normal
// bodies, since there is no end token such as "}" for normal
// functions.
if (scanner()->location().end_pos == shared_info->end_position()) {
// The pre-parser saw an arrow function here, so the full parser
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment