Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/ExprNodes.qll

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2025-05-16 12:06:25 +01:00
committed by GitHub
parent f731d0e630
commit e11ab0f125

View File

@@ -269,7 +269,7 @@ private module Cached {
* ```
* i.getUnconvertedResultExpression() instanceof ClassAggregateLiteral
* ```
* and thus we don't automaticallt get a dataflow node for which:
* and thus we don't automatically get a dataflow node for which:
* ```
* node.asExpr() instanceof ClassAggregateLiteral
* ```