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

Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2023-04-13 18:42:12 +01:00
committed by GitHub
parent f1a7b1a853
commit b7bbdb76ba

View File

@@ -145,7 +145,7 @@ module PathGraph {
}
/**
* Computes the reflextive transitive closure of `getASuccessorIfDifferentValueNumber`.
* Computes the reflexive transitive closure of `getASuccessorIfDifferentValueNumber`.
*/
private Instruction getASuccessorIfDifferentValueNumberTC(ValueNumber vn, Instruction i) {
revFlow(i, vn) and