@@ -1533,7 +1533,7 @@ abstract class ParameterNodeImpl extends Node {
1533
1533
}
1534
1534
1535
1535
/**
1536
- * A sythetic parameter representing the values of the variables captured
1536
+ * A synthetic parameter representing the values of the variables captured
1537
1537
* by the callable being called. This parameter represents a single object
1538
1538
* where all the values are stored as attributes.
1539
1539
* This is also known as the environment part of a closure.
@@ -1638,7 +1638,7 @@ private class SummaryPostUpdateNode extends FlowSummaryNode, PostUpdateNodeImpl
1638
1638
}
1639
1639
1640
1640
/**
1641
- * A sythetic argument representing the values of the variables captured
1641
+ * A synthetic argument representing the values of the variables captured
1642
1642
* by the callable being called. This argument represents a single object
1643
1643
* where all the values are stored as attributes.
1644
1644
* This is also known as the environment part of a closure.
@@ -1649,7 +1649,7 @@ private class SummaryPostUpdateNode extends FlowSummaryNode, PostUpdateNodeImpl
1649
1649
* We might want a synthetic node here, but currently that incurs problems
1650
1650
* with non-monotonic recursion, because of the use of `resolveCall` in the
1651
1651
* char pred. This may be solvable by using
1652
- * `CallGraphConstruction::Make` in staed of
1652
+ * `CallGraphConstruction::Make` in stead of
1653
1653
* `CallGraphConstruction::Simple::Make` appropriately.
1654
1654
*/
1655
1655
class CapturedVariablesArgumentNode extends CfgNode , ArgumentNode {
0 commit comments