Fix name for EXPECT_ACTUAL_LINKER key

Fix typo in key name
This commit is contained in:
Shumaf Lovpache
2022-08-02 14:27:41 +03:00
committed by Dmitry Savvinov
parent fb9b1ad0dc
commit 194dae11b9
@@ -54,7 +54,7 @@ object CommonConfigurationKeys {
val USE_FIR = CompilerConfigurationKey.create<Boolean>("front-end IR")
@JvmField
val EXPECT_ACTUAL_LINKER = CompilerConfigurationKey.create<Boolean>("Experimental expext/actual linker")
val EXPECT_ACTUAL_LINKER = CompilerConfigurationKey.create<Boolean>("Experimental expect/actual linker")
@JvmField
val USE_FIR_EXTENDED_CHECKERS = CompilerConfigurationKey.create<Boolean>("fir extended checkers")