Skip to content

Commit eb6b085

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 2e53370 commit eb6b085

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
@@ -2289,7 +2289,7 @@ class FieldContent extends Content, TFieldContent {
22892289
* Gets the field associated with this `Content`, if a unique one exists.
22902290
*
22912291
* For fields from template instantiations this predicate may still return
2292-
* more than field, but all the fields will be constructed from the same
2292+
* more than one field, but all the fields will be constructed from the same
22932293
* template.
22942294
*/
22952295
Field getField() { none() } // overridden in subclasses

0 commit comments

Comments
 (0)