| Index: src/compiler/js-inlining-heuristic.cc
 | 
| diff --git a/src/compiler/js-inlining-heuristic.cc b/src/compiler/js-inlining-heuristic.cc
 | 
| index ce7b33ba9f9288ae77541852039ebf9734e7d4b8..6f9945d015a7a6811b06f46cbe250df567ebc690 100644
 | 
| --- a/src/compiler/js-inlining-heuristic.cc
 | 
| +++ b/src/compiler/js-inlining-heuristic.cc
 | 
| @@ -65,7 +65,7 @@ Reduction JSInliningHeuristic::Reduce(Node* node) {
 | 
|    if (info_->shared_info()->asm_function()) return NoChange();
 | 
|    if (function->shared()->asm_function()) return NoChange();
 | 
|  
 | 
| -  // Stop inlinining once the maximum allowed level is reached.
 | 
| +  // Stop inlining once the maximum allowed level is reached.
 | 
|    int level = 0;
 | 
|    for (Node* frame_state = NodeProperties::GetFrameStateInput(node);
 | 
|         frame_state->opcode() == IrOpcode::kFrameState;
 | 
| 
 |