Skip to content

Commit b7bbdb7

Browse files
MathiasVPgeoffw0
andauthored
Update cpp/ql/src/Likely Bugs/RedundantNullCheckSimple.ql
Co-authored-by: Geoffrey White <[email protected]>
1 parent f1a7b1a commit b7bbdb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Likely Bugs/RedundantNullCheckSimple.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ module PathGraph {
145145
}
146146

147147
/**
148-
* Computes the reflextive transitive closure of `getASuccessorIfDifferentValueNumber`.
148+
* Computes the reflexive transitive closure of `getASuccessorIfDifferentValueNumber`.
149149
*/
150150
private Instruction getASuccessorIfDifferentValueNumberTC(ValueNumber vn, Instruction i) {
151151
revFlow(i, vn) and

0 commit comments

Comments
 (0)