From eb6b08591df1a3aa743de690c434f5880faff243 Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Mon, 24 Nov 2025 15:01:09 +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 d703bf9b54d..4f7a0fd61dc 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 @@ -2289,7 +2289,7 @@ class FieldContent extends Content, TFieldContent { * Gets the field associated with this `Content`, if a unique one exists. * * For fields from template instantiations this predicate may still return - * more than field, but all the fields will be constructed from the same + * more than one field, but all the fields will be constructed from the same * template. */ Field getField() { none() } // overridden in subclasses