Skip to content

Commit 4478bc8

Browse files
authored
Merge pull request #61592 from eltociear/patch-39
[caller-analysis] fix typo in CallerAnalysis.h
2 parents 081ed94 + 58359d2 commit 4478bc8

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)