Fix some typos in the codebase

This commit is contained in:
Manu
2023-08-31 18:44:38 -03:00
parent 16d7ba054b
commit 02b5fa2c8e
21 changed files with 25 additions and 25 deletions

View File

@@ -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
}