We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b23eae commit 58359d2Copy full SHA for 58359d2
include/swift/SILOptimizer/Analysis/CallerAnalysis.h
@@ -180,7 +180,7 @@ class CallerAnalysis final : public SILAnalysis {
180
void verify(SILFunction *caller, const FunctionInfo &callerInfo) const;
181
};
182
183
-/// Auxillary information that we store about a specific caller.
+/// Auxiliary information that we store about a specific caller.
184
struct CallerAnalysis::CallerInfo {
185
/// Given a SILFunction F that contains at least one partial apply of the
186
/// given function, map F to the minimum number of partial applied
0 commit comments