Skip to content

Commit 83cf8a8

Browse files
committed
spelling: indirect
Signed-off-by: Josh Soref <[email protected]>
1 parent 8f511ad commit 83cf8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ predicate exprNodeShouldBeOperand(Node node, Expr e) {
746746

747747
/**
748748
* Holds if `load` is a `LoadInstruction` that is the result of evaluating `e`
749-
* and `node` is an `IndirctOperandNode` that should map `node.asExpr()` to `e`.
749+
* and `node` is an `IndirectOperandNode` that should map `node.asExpr()` to `e`.
750750
*
751751
* We map `e` to `node.asExpr()` when `node` semantically represents the
752752
* same value as `load`. A subsequent flow step will flow `node` to

0 commit comments

Comments
 (0)