Skip to content

Commit 8d83f0b

Browse files
committed
[Gardening] Detypo'd.
1 parent ce4d762 commit 8d83f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/IPO/ClosureSpecializer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@ bool SILClosureSpecializerTransform::gatherCallSites(
13741374
// foo({ c() })
13751375
// }
13761376
//
1377-
// A limit of 2 is good enough and will not be exceed in "regular"
1377+
// A limit of 2 is good enough and will not be exceeded in "regular"
13781378
// optimization scenarios.
13791379
if (getSpecializationLevel(getClosureCallee(ClosureInst))
13801380
> SpecializationLevelLimit) {

0 commit comments

Comments
 (0)