Skip to content

Commit a934702

Browse files
[gardening] Fix recently introduced typo: "fucntion" → "function"
1 parent 5da0f4f commit a934702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Analysis/CallerAnalysis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ void CallerAnalysis::processFunctionCallSites(SILFunction *F) {
4141
SILFunction *CalleeFn = getCallee(Apply);
4242
if (!CalleeFn)
4343
continue;
44-
// Update the callee information for this fucntion.
44+
// Update the callee information for this function.
4545
CallerAnalysisFunctionInfo &CallerInfo
4646
= CallInfo.FindAndConstruct(F).second;
4747
CallerInfo.Callees.push_back(CalleeFn);

0 commit comments

Comments
 (0)