Skip to content

Commit

Permalink
Merge pull request #18488 from geoffw0/cleanup
Browse files Browse the repository at this point in the history
C++: Fix a couple of typos.
  • Loading branch information
jketema authored Jan 14, 2025
2 parents 23612b4 + 9600846 commit 4951571
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ predicate relOpWithSwapAndNegate(
}

/**
* Holds if `cmp` is an equality operation (`==` or `!=`) with fully-converted
* Holds if `cmp` is an equality operation (`==` or `!=`) with fully-converted
* children `lhs` and `rhs`, and `isEQ` is true if `cmp` is an
* `==` operation and false if it is an `!=` operation.
*
* For example, if `rel` is `x == 5` then
* For example, if `cmp` is `x == 5` then
* `eqOpWithSwap(cmp, x, 5, true)` holds.
*/
private predicate eqOp(EqualityOperation cmp, Expr lhs, Expr rhs, boolean isEQ) {
Expand Down

0 comments on commit 4951571

Please sign in to comment.