mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix some typos in the codebase
This commit is contained in:
@@ -95,7 +95,7 @@ private func inlineAndDevirtualize(apply: FullApplySite, alreadyInlinedFunctions
|
||||
}
|
||||
|
||||
if !context.loadFunction(function: callee, loadCalleesRecursively: true) {
|
||||
// We don't have the funcion body of the callee.
|
||||
// We don't have the function body of the callee.
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user