Index: src/parser.cc |
diff --git a/src/parser.cc b/src/parser.cc |
index f24f7107d8fd444235349dcc2601166dcc8ebbdc..be8c3f30de25af5f19fe5285a8411083486f9390 100644 |
--- a/src/parser.cc |
+++ b/src/parser.cc |
@@ -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 |