From 122d6d74f6f0abf5efd93134ef313b02cb82a792 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Mon, 19 Sep 2016 10:55:31 +0000 Subject: [PATCH] Fix spelling in CMakeLists llvm-svn: 281897 --- polly/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polly/test/CMakeLists.txt b/polly/test/CMakeLists.txt index 90f4128..256fe0c 100644 --- a/polly/test/CMakeLists.txt +++ b/polly/test/CMakeLists.txt @@ -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 -- 2.7.4