Skip to content

Commit a5239bc

Browse files
committed
fix one more misspelling in swift
1 parent eb6c288 commit a5239bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/lib/codeql/swift/controlflow/internal/ControlFlowGraphImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ module Exprs {
13641364
or
13651365
// And finally, we visit the body that potentially mutates the local variable.
13661366
// Note that the CFG for the body will skip the first element in the
1367-
// body because it's guarenteed to be the variable declaration
1367+
// body because it's guaranteed to be the variable declaration
13681368
// that we've already visited at i = 0. See the explanation
13691369
// in `BraceStmtTree` for why this is necessary.
13701370
i = 2 and

0 commit comments

Comments
 (0)