Skip to content

Commit 55eb29a

Browse files
committed
[Gardening] Detypo'd.
1 parent 38db63c commit 55eb29a

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
@@ -1396,7 +1396,7 @@ bool SILClosureSpecializerTransform::gatherCallSites(
13961396
// foo({ c() })
13971397
// }
13981398
//
1399-
// A limit of 2 is good enough and will not be exceed in "regular"
1399+
// A limit of 2 is good enough and will not be exceeded in "regular"
14001400
// optimization scenarios.
14011401
if (getSpecializationLevel(getClosureCallee(ClosureInst))
14021402
> SpecializationLevelLimit) {

0 commit comments

Comments
 (0)