Skip to content

Commit 6f53d02

Browse files
[gardening] Fix recently introduced typo: "optimzer" → "optimizer"
1 parent a934702 commit 6f53d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/IPO/FunctionSignatureOpts.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ STATISTIC(NumSROAArguments, "Total SROA arguments optimized");
4848

4949
typedef SmallVector<FullApplySite, 8> ApplyList;
5050
//===----------------------------------------------------------------------===//
51-
// Argument and Result Optimzer
51+
// Argument and Result Optimizer
5252
//===----------------------------------------------------------------------===//
5353

5454
static void

0 commit comments

Comments
 (0)