| Index: tools/clang/scripts/update.py
|
| diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py
|
| index 8bc50581821f80ee643ac96a32455ffb2aa46ed2..622cc17b21a4366bdbc26a9dd32bf32d44fd691a 100755
|
| --- a/tools/clang/scripts/update.py
|
| +++ b/tools/clang/scripts/update.py
|
| @@ -841,7 +841,7 @@ def main():
|
| if re.search(r'\b(clang|asan|lsan|msan|tsan)=1',
|
| os.environ.get('GYP_DEFINES', '')):
|
| is_clang_required = True
|
| - # clang previously downloaded, keep it up-to-date.
|
| + # clang previously downloaded, keep it up to date.
|
| # If you don't want this, delete third_party/llvm-build on your machine.
|
| if os.path.isdir(LLVM_BUILD_DIR):
|
| is_clang_required = True
|
|
|