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 5da0f4f commit a934702Copy full SHA for a934702
lib/SILOptimizer/Analysis/CallerAnalysis.cpp
@@ -41,7 +41,7 @@ void CallerAnalysis::processFunctionCallSites(SILFunction *F) {
41
SILFunction *CalleeFn = getCallee(Apply);
42
if (!CalleeFn)
43
continue;
44
- // Update the callee information for this fucntion.
+ // Update the callee information for this function.
45
CallerAnalysisFunctionInfo &CallerInfo
46
= CallInfo.FindAndConstruct(F).second;
47
CallerInfo.Callees.push_back(CalleeFn);
0 commit comments