Skip to content

Commit 88e3bc6

Browse files
geoffw0owen-mc
andauthored
Update shared/dataflow/codeql/dataflow/DataFlow.qll
Co-authored-by: Owen Mansel-Chan <[email protected]>
1 parent 445b82b commit 88e3bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/dataflow/codeql/dataflow/DataFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ signature module InputSig {
4040

4141
/**
4242
* A node in the data flow graph representing the value of an argument after
43-
* a function call returns. For example, consider the following C++ code:
43+
* an operation that might have changed its state. For example, consider the following C++ code:
4444
* ```
4545
* int a = 1;
4646
* increment(&a);

0 commit comments

Comments
 (0)