Index: src/compiler/ast-graph-builder.h |
diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h |
index b36e7f68b8bdadce0dc23ce7c670b967cc8809b1..0cc5850a910a1c849708bc6bacc03d1f2cd3fc53 100644 |
--- a/src/compiler/ast-graph-builder.h |
+++ b/src/compiler/ast-graph-builder.h |
@@ -248,7 +248,7 @@ class AstGraphBuilder : public AstVisitor<AstGraphBuilder> { |
// Named and keyed loads require a VectorSlotPair for successful lowering. |
VectorSlotPair CreateVectorSlotPair(FeedbackVectorSlot slot) const; |
- // Computes the frequency for JSCallFunction and JSConstruct nodes. |
+ // Computes the frequency for JSCall and JSConstruct nodes. |
float ComputeCallFrequency(FeedbackVectorSlot slot) const; |
// =========================================================================== |