[polly] r281897 - Fix spelling in CMakeLists
Tobias Grosser via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 19 03:55:32 PDT 2016
Author: grosser
Date: Mon Sep 19 05:55:31 2016
New Revision: 281897
URL: http://llvm.org/viewvc/llvm-project?rev=281897&view=rev
Log:
Fix spelling in CMakeLists
Modified:
polly/trunk/test/CMakeLists.txt
Modified: polly/trunk/test/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/CMakeLists.txt?rev=281897&r1=281896&r2=281897&view=diff
==============================================================================
--- polly/trunk/test/CMakeLists.txt (original)
+++ polly/trunk/test/CMakeLists.txt Mon Sep 19 05:55:31 2016
@@ -142,7 +142,7 @@ else (NOT DEFINED LLVM_MAIN_SRC_DIR)
endif ()
# Run polly-check-format as part of polly-check only if we are compiling with
- # clang, so clang-format is availbale.
+ # clang, so clang-format is available.
# if (TARGET clang-format) would be preferable, but this target is only added
# after Polly, i.e. there is no such target yet at this point. The CMake cache
# entry LLVM_TOOL_CLANG_BUILD will only be defined after clang has been
More information about the llvm-commits
mailing list