Update shared/controlflow/codeql/controlflow/ControlFlowGraph.qll

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Anders Schack-Mulligen
2026-03-10 11:22:15 +01:00
committed by GitHub
parent 77d4f5a2dc
commit efa797a21d

View File

@@ -232,7 +232,7 @@ signature module AstSig<LocationSig Location> {
* 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);
}