Fix misc typos in IR backends

This commit is contained in:
Alexander Udalov
2019-03-26 17:08:26 +01:00
parent 6bd4d72b81
commit 4cb5a4fb6d
5 changed files with 5 additions and 5 deletions
@@ -270,7 +270,7 @@ abstract class CommonCompilerArguments : CommonToolArguments() {
@Argument(
value = "-Xcheck-sticky-phase-conditions",
description = "Run sticky condition checks on subsequent phases as well. Implies -Xcheck-conditions"
description = "Run sticky condition checks on subsequent phases as well. Implies -Xcheck-phase-conditions"
)
var checkStickyPhaseConditions: Boolean by FreezableVar(false)