mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
fix one more misspelling in swift
This commit is contained in:
@@ -1364,7 +1364,7 @@ module Exprs {
|
||||
or
|
||||
// And finally, we visit the body that potentially mutates the local variable.
|
||||
// Note that the CFG for the body will skip the first element in the
|
||||
// body because it's guarenteed to be the variable declaration
|
||||
// body because it's guaranteed to be the variable declaration
|
||||
// that we've already visited at i = 0. See the explanation
|
||||
// in `BraceStmtTree` for why this is necessary.
|
||||
i = 2 and
|
||||
|
||||
Reference in New Issue
Block a user