Skip to content

Commit bed0da6

Browse files
committed
Typo: consequtive -> consecutive
1 parent 99fcb2d commit bed0da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/PassManager/PassManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ void SILPassManager::runOneIteration() {
336336
// module transforms. We'll queue up all the function transforms
337337
// that we see in a row and then run the entire group of transforms
338338
// on each function in turn. Then we move on to running the next set
339-
// of consequtive module transforms.
339+
// of consecutive module transforms.
340340
auto It = Transformations.begin();
341341
auto End = Transformations.end();
342342

0 commit comments

Comments
 (0)