Skip to content

Commit 2e53370

Browse files
MathiasVPCopilot
andauthored
Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0487e06 commit 2e53370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -2081,7 +2081,7 @@ predicate localExprFlow(Expr e1, Expr e2) {
20812081
/**
20822082
* A canonical representation of a field.
20832083
*
2084-
* For performance reasons we we want a unique `Content` that represents
2084+
* For performance reasons we want a unique `Content` that represents
20852085
* a given field across any template instantiation of a class.
20862086
*
20872087
* This is possible in _almost_ all cases, but there are cases where it is

0 commit comments

Comments
 (0)