Skip to content

Commit 5e8bd0a

Browse files
committed
C++: Fix variable name in comment
1 parent 32e04b4 commit 5e8bd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/dataflow/internal/AddressFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ predicate valueToUpdate(Expr inner, Expr outer, ControlFlowNode node) {
241241
inner instanceof ThisExpr
242242
or
243243
inner instanceof Call
244-
// `baseValue` could also be `*` or `ReferenceDereferenceExpr`, but we
244+
// `inner` could also be `*` or `ReferenceDereferenceExpr`, but we
245245
// can't do anything useful with those at the moment.
246246
)
247247
}

0 commit comments

Comments
 (0)