We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b10696c commit 229d40aCopy full SHA for 229d40a
cpp/ql/lib/semmle/code/cpp/controlflow/IRGuards.qll
@@ -73,7 +73,7 @@ private class CompareValueNumber extends ValueNumber {
73
74
/**
75
* Gets the left and right operands of a `CompareInstruction` that
76
- * belongs to this value number.
+ * belong to this value number.
77
*/
78
predicate hasOperands(Operand left, Operand right) {
79
left = cmp.getLeftOperand() and
0 commit comments