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