Skip to content

Commit d30878a

Browse files
authored
Merge pull request #62267 from apple/maxd/specializer-comment-typo
GenericSpecializer.cpp NFC: fix typo in comment
2 parents 2e0cc04 + 0112763 commit d30878a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Transforms/GenericSpecializer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ void MandatoryGenericSpecializer::run() {
231231

232232
// To avoid phase ordering problems of the involved optimizations, iterate
233233
// until we reach a fixed point.
234-
// This should always happen, but to be on the save side, limit the number
234+
// This should always happen, but to be on the safe side, limit the number
235235
// of iterations to 10 (which is more than enough - usually the loop runs
236236
// 1 to 3 times).
237237
for (int i = 0; i < 10; i++) {

0 commit comments

Comments
 (0)