From b25225ba5e1094180137879a87d25a360d4ad277 Mon Sep 17 00:00:00 2001 From: Svyatoslav Scherbina Date: Thu, 29 Dec 2016 17:45:18 +0700 Subject: [PATCH] Review feedback --- .../src/org/jetbrains/kotlin/backend/konan/llvm/IrToBitcode.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {