[libcxx] Fix a typo in config.py

Reviewers: ldionne, jroelofs, EricWF

Subscribers: christof, dexonsmith, libcxx-commits

Tags: #libc

Differential Revision: https://reviews.llvm.org/D71890
This commit is contained in:
Sergej Jaskiewicz 2019-12-26 12:31:12 +03:00
parent db1fa62bf8
commit e308a0ca15
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ class Configuration(object):
# ValgrindExecutor is supposed to go. It is likely
# that the user wants it at the end, but we have no
# way of getting at that easily.
selt.lit_config.fatal("Cannot infer how to create a Valgrind "
self.lit_config.fatal("Cannot infer how to create a Valgrind "
" executor.")
else:
te = LocalExecutor()