Better wording for the banner.

This commit is contained in:
Alexander Gorshenev
2017-03-31 23:41:45 +03:00
committed by alexander-gorshenev
parent 6350ad5c7b
commit 9132a192c1
@@ -71,7 +71,7 @@ class DependencyDownloader(dependenciesRoot: File, val dependenciesUrl: String,
}
if (!isInfoShown) {
println("Downloading native dependencies (LLVM, sysroot etc). This is one-time action performing only for the first run of the compiler.")
println("Downloading native dependencies (LLVM, sysroot etc). This is a one-time action performed only on the first run of the compiler.")
isInfoShown = true
}
@@ -165,4 +165,4 @@ class DependencyDownloader(dependenciesRoot: File, val dependenciesUrl: String,
}
systemLock.release()
}
}
}