From efa797a21d7b896dfc772bf0a6b9ebc08a1d6530 Mon Sep 17 00:00:00 2001 From: Anders Schack-Mulligen Date: Tue, 10 Mar 2026 11:22:15 +0100 Subject: [PATCH] Update shared/controlflow/codeql/controlflow/ControlFlowGraph.qll Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- shared/controlflow/codeql/controlflow/ControlFlowGraph.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/controlflow/codeql/controlflow/ControlFlowGraph.qll b/shared/controlflow/codeql/controlflow/ControlFlowGraph.qll index 0e53ea4d93b..ac7c5b59cfe 100644 --- a/shared/controlflow/codeql/controlflow/ControlFlowGraph.qll +++ b/shared/controlflow/codeql/controlflow/ControlFlowGraph.qll @@ -232,7 +232,7 @@ signature module AstSig { * under the case nodes, which may or may not be statements themselves, or * the switches may have a flat structure where the cases are just labels * and the case bodies are sequences of statements between case statements. - * This predicate accomodates the latter. + * This predicate accommodates the latter. */ Stmt getStmt(int index); }