Skip to content

Commit bd71bb0

Browse files
committed
Merge pull request swiftlang#50 from OEASLAN/master
Fixed `always` typo.
2 parents c2b8e6a + 083cf12 commit bd71bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILAnalysis/EscapeAnalysis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ void EscapeAnalysis::recompute() {
12861286

12871287
// Limit the total number of iterations. First to limit compile time,
12881288
// second to make sure that the loop terminates. Theoretically this
1289-
// should alwasy be the case, but who knows?
1289+
// should always be the case, but who knows?
12901290
if (Iteration >= MaxGraphMerges) {
12911291
DEBUG(llvm::dbgs() << " finalize " <<
12921292
FInfo->Graph.F->getName() << '\n');

0 commit comments

Comments
 (0)