Skip to content

Commit efa797a

Browse files
aschackmullCopilot
andauthored
Update shared/controlflow/codeql/controlflow/ControlFlowGraph.qll
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 77d4f5a commit efa797a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/controlflow/codeql/controlflow/ControlFlowGraph.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ signature module AstSig<LocationSig Location> {
232232
* under the case nodes, which may or may not be statements themselves, or
233233
* the switches may have a flat structure where the cases are just labels
234234
* and the case bodies are sequences of statements between case statements.
235-
* This predicate accomodates the latter.
235+
* This predicate accommodates the latter.
236236
*/
237237
Stmt getStmt(int index);
238238
}

0 commit comments

Comments
 (0)