From caef09bf8e1045394eeaee411efb1acc801bb45c Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Fri, 26 Jun 2026 10:43:18 +0100 Subject: [PATCH] Shared: Fix grammar. --- shared/dataflow/codeql/dataflow/internal/FlowSummaryImpl.qll | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/shared/dataflow/codeql/dataflow/internal/FlowSummaryImpl.qll b/shared/dataflow/codeql/dataflow/internal/FlowSummaryImpl.qll index afd5d1d6276..b0828c3384b 100644 --- a/shared/dataflow/codeql/dataflow/internal/FlowSummaryImpl.qll +++ b/shared/dataflow/codeql/dataflow/internal/FlowSummaryImpl.qll @@ -1375,8 +1375,9 @@ module Make< } /** - * Gets the summary node that represents the for `call` returning a value - * with kind `rk`. + * Gets the summary node that represents the argument node used to transfer + * flow into the caller when a value is written to the value returned by + * `call` with kind `rk`. */ SummaryNode summaryArgumentNode(FlowSummaryCallBase call, ReturnKind rk) { result = TSummaryReturnArgumentNode(call, rk)