Skip to content

Commit 9147b9d

Browse files
committed
Merge branch 'jb1/lib/dataflowstack' of github.com:microsoft/codeql into jb1/lib/dataflowstack
2 parents beed67a + c0fd034 commit 9147b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/dataflowstack/codeql/dataflowstack/DataFlowStack.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ module DataFlowStackMake<DF::InputSig Lang>{
266266

267267

268268
/**
269-
* A CallFrame is a PathNode that represents a Function Call (DataFlowCall).
269+
* A CallFrame is a PathNode that represents a (DataFlowCall/Accessor).
270270
*/
271271
private newtype TCallFrameType =
272272
TCallFrame(Flow::PathNode node) {

0 commit comments

Comments
 (0)