fix one more misspelling in swift

This commit is contained in:
erik-krogh
2022-08-11 10:27:20 +02:00
parent eb6c2882f9
commit a5239bc1e8

View File

@@ -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