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.
1 parent 1f3e159 commit 0112763Copy full SHA for 0112763
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