From 2e533707161f3e6b63ad0e41060b173990b93827 Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Mon, 24 Nov 2025 15:01:00 +0000 Subject: [PATCH] Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll b/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll index 872b8c97314..d703bf9b54d 100644 --- a/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll +++ b/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll @@ -2081,7 +2081,7 @@ predicate localExprFlow(Expr e1, Expr e2) { /** * A canonical representation of a field. * - * For performance reasons we we want a unique `Content` that represents + * For performance reasons we want a unique `Content` that represents * a given field across any template instantiation of a class. * * This is possible in _almost_ all cases, but there are cases where it is