Skip to content

Commit 67a9051

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

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/SsaInternalsCommon.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ predicate ignoreInstruction(Instruction instr) {
4242
instr instanceof InitializeNonLocalInstruction or
4343
instr instanceof ReturnIndirectionInstruction or
4444
instr instanceof UninitializedGroupInstruction or
45-
// We exclude instruction belonging to functions that have a summary.
45+
// We exclude instructions belonging to functions that have a summary.
4646
instr.getEnclosingFunction() = any(SummarizedCallable sc).getUnderlyingCallable()
4747
)
4848
}

0 commit comments

Comments
 (0)