Skip to content

Commit 58359d2

Browse files
author
Ikko Ashimine
authored
[caller-analysis] fix typo in CallerAnalysis.h
Auxillary -> Auxiliary
1 parent 9b23eae commit 58359d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SILOptimizer/Analysis/CallerAnalysis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class CallerAnalysis final : public SILAnalysis {
180180
void verify(SILFunction *caller, const FunctionInfo &callerInfo) const;
181181
};
182182

183-
/// Auxillary information that we store about a specific caller.
183+
/// Auxiliary information that we store about a specific caller.
184184
struct CallerAnalysis::CallerInfo {
185185
/// Given a SILFunction F that contains at least one partial apply of the
186186
/// given function, map F to the minimum number of partial applied

0 commit comments

Comments
 (0)