Fix consitent -> consistent.

llvm-svn: 328010
This commit is contained in:
Eric Christopher 2018-03-20 18:10:30 +00:00
parent 0e30731a6a
commit 7baac21bce
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ uint64_t SyntheticSection::getVA() const {
// Returns an LLD version string.
static ArrayRef<uint8_t> getVersion() {
// Check LLD_VERSION first for ease of testing.
// You can get consitent output by using the environment variable.
// You can get consistent output by using the environment variable.
// This is only for testing.
StringRef S = getenv("LLD_VERSION");
if (S.empty())

View File

@ -71,7 +71,7 @@ llvm_config.feature_config(
'X86': 'x86'})
])
# Set a fake constant version so that we get consitent output.
# Set a fake constant version so that we get consistent output.
config.environment['LLD_VERSION'] = 'LLD 1.0'
config.environment['LLD_IN_TEST'] = '1'