Index: src/compiler/ast-graph-builder.h |
diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h |
index 975e08094c4752da0d7da5baf56c920f0a6e62ff..b36e7f68b8bdadce0dc23ce7c670b967cc8809b1 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 JSCallConstruct nodes. |
+ // Computes the frequency for JSCallFunction and JSConstruct nodes. |
float ComputeCallFrequency(FeedbackVectorSlot slot) const; |
// =========================================================================== |