Skip to content

Commit 98396d1

Browse files
committed
C++: Fix more QLDoc.
1 parent efe15bb commit 98396d1

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
@@ -636,7 +636,7 @@ private predicate compares_eq(
636636
)
637637
}
638638

639-
/** Holds if `op == k` is `areEqual` given that `test` is `testIsTrue`. */
639+
/** Holds if `op == k` is `areEqual` given that `test` is equal to `value`. */
640640
private predicate compares_eq(
641641
Instruction test, Operand op, int k, boolean areEqual, AbstractValue value
642642
) {

0 commit comments

Comments
 (0)