From: Tobias Grosser Date: Mon, 19 Sep 2016 10:55:31 +0000 (+0000) Subject: Fix spelling in CMakeLists X-Git-Tag: llvmorg-4.0.0-rc1~9404 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=122d6d74f6f0abf5efd93134ef313b02cb82a792;p=platform%2Fupstream%2Fllvm.git Fix spelling in CMakeLists llvm-svn: 281897 --- 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