File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
shared/dataflow/codeql/dataflow Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ signature module OutputSig<InputSig I> {
201
201
202
202
/** A data flow node for the instance parameter argument of a constructor call. */
203
203
class MallocNode extends ClosureNode {
204
- /** Gets closure construction that is the post-update of this node. */
204
+ /** Gets the closure construction that is the post-update of this node. */
205
205
I:: ClosureExpr getClosureExpr ( ) ;
206
206
}
207
207
@@ -912,7 +912,7 @@ module Flow<InputSig Input> implements OutputSig<Input> {
912
912
|
913
913
post = true
914
914
or
915
- // for a constructor call the regulare ExprNode is the post-update for the MallocNode
915
+ // for a constructor call the regular ExprNode is the post-update for the MallocNode
916
916
post = false and hasConstructorCapture ( closure , v )
917
917
)
918
918
or
You can’t perform that action at this time.
0 commit comments