Skip to content

Commit 229d40a

Browse files
MathiasVPjketema
andauthored
Update IRGuards.qll
Co-authored-by: Jeroen Ketema <[email protected]>
1 parent b10696c commit 229d40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/controlflow/IRGuards.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ private class CompareValueNumber extends ValueNumber {
7373

7474
/**
7575
* Gets the left and right operands of a `CompareInstruction` that
76-
* belongs to this value number.
76+
* belong to this value number.
7777
*/
7878
predicate hasOperands(Operand left, Operand right) {
7979
left = cmp.getLeftOperand() and

0 commit comments

Comments
 (0)