We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e0cc04 + 0112763 commit d30878aCopy full SHA for d30878a
lib/SILOptimizer/Transforms/GenericSpecializer.cpp
@@ -231,7 +231,7 @@ void MandatoryGenericSpecializer::run() {
231
232
// To avoid phase ordering problems of the involved optimizations, iterate
233
// until we reach a fixed point.
234
- // This should always happen, but to be on the save side, limit the number
+ // This should always happen, but to be on the safe side, limit the number
235
// of iterations to 10 (which is more than enough - usually the loop runs
236
// 1 to 3 times).
237
for (int i = 0; i < 10; i++) {
0 commit comments