Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84af725

Browse files
authored
Fix QLDoc.
1 parent b42e81c commit 84af725

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,7 @@ private predicate localStepFromNonExpr(Node n1, Node n2) {
13331333

13341334
/**
13351335
* Holds if `n1.asExpr()` doesn't have a result, `n2.asExpr() = e2` and
1336-
* `n2` is the first node reachable from `n2` such that `n2.asExpr()` exists.
1336+
* `n2` is the first node reachable from `n1` such that `n2.asExpr()` exists.
13371337
*/
13381338
pragma[nomagic]
13391339
private predicate localStepsToExpr(Node n1, Node n2, Expr e2) {

0 commit comments

Comments
 (0)