diff options
| author | Eric Christopher <echristo@gmail.com> | 2018-03-20 18:10:30 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2018-03-20 18:10:30 +0000 |
| commit | 7baac21bce17ece1f4ca7e68a0bc2fb19dd6c99a (patch) | |
| tree | a7812a2a0ffa04213da0731a1dbebf2997f92bd5 /lld/test/lit.cfg.py | |
| parent | 0e30731a6a12bf3f512b59da542ac27ede93d56c (diff) | |
| download | bcm5719-llvm-7baac21bce17ece1f4ca7e68a0bc2fb19dd6c99a.tar.gz bcm5719-llvm-7baac21bce17ece1f4ca7e68a0bc2fb19dd6c99a.zip | |
Fix consitent -> consistent.
llvm-svn: 328010
Diffstat (limited to 'lld/test/lit.cfg.py')
| -rw-r--r-- | lld/test/lit.cfg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/lit.cfg.py b/lld/test/lit.cfg.py index 2ac2dd035d7..8fd1a60ffae 100644 --- a/lld/test/lit.cfg.py +++ b/lld/test/lit.cfg.py @@ -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' |

