Skip to content

Commit e7f82a3

Browse files
MathiasVPjketema
andauthored
Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
Co-authored-by: Jeroen Ketema <[email protected]>
1 parent 384ca0c commit e7f82a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1645,7 +1645,7 @@ predicate localInstructionFlow(Instruction e1, Instruction e2) {
16451645
*
16461646
* Ideally this module would be private, but the `asExprInternal` predicate is
16471647
* needed in `DefaultTaintTrackingImpl`. Once `DefaultTaintTrackingImpl` is gone
1648-
* we can make this module private again.
1648+
* we can make this module private.
16491649
*/
16501650
cached
16511651
module ExprFlowCached {

0 commit comments

Comments
 (0)