Skip to content

Commit 3e94fd7

Browse files
committed
Correct comments
1 parent 96317b6 commit 3e94fd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

c/misra/src/rules/RULE-13-2/UnsequencedSideEffects.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ class ConstituentExprOrdering extends Ordering::Configuration {
2727

2828
override predicate isCandidate(Expr e1, Expr e2) {
2929
// Two different expressions part of the same full expression.
30-
// Compute differerence using successor relation to break the symmetry of the candidate relation.
3130
isCandidatePair(_, e1, e2)
3231
}
3332
}

0 commit comments

Comments
 (0)