diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/IrToBitcode.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/IrToBitcode.kt index f325c316333..e9d0482630c 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/IrToBitcode.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/IrToBitcode.kt @@ -1933,7 +1933,7 @@ internal class CodeGeneratorVisitor(val context: Context) : IrElementVisitorVoid * and working with local variables with [FunctionScope] and other enhancements. */ - // TODO: is described refactoring still comming? + // TODO: is described refactoring still coming? fun CodeGenerator.basicBlock(name: String, code: () -> Unit) = basicBlock(name).apply { appendingTo(this) {