We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6c288 commit a5239bcCopy full SHA for a5239bc
swift/ql/lib/codeql/swift/controlflow/internal/ControlFlowGraphImpl.qll
@@ -1364,7 +1364,7 @@ module Exprs {
1364
or
1365
// And finally, we visit the body that potentially mutates the local variable.
1366
// 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
+ // body because it's guaranteed to be the variable declaration
1368
// that we've already visited at i = 0. See the explanation
1369
// in `BraceStmtTree` for why this is necessary.
1370
i = 2 and
0 commit comments