Skip to content

Commit 0e26aed

Browse files
[gardening] Fix inconsistent header.
1 parent 255cebe commit 0e26aed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/SILOptimizer/Utils/PerformanceInlinerUtils.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===----- PeformanceInlinerUtils.cpp - Peformance inliner utilities. -----===//
1+
//===--- PeformanceInlinerUtils.cpp - Peformance inliner utilities. -------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//
@@ -533,4 +533,4 @@ void ShortestPathAnalysis::Weight::updateBenefit(int &Benefit,
533533
// We don't accumulate the benefit instead we max it.
534534
if (newBenefit > Benefit)
535535
Benefit = newBenefit;
536-
}
536+
}

0 commit comments

Comments
 (0)