[llvm] r314486 - [CMake] Fix typo "Wraning" (NFC)

Brian Gesiak via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 28 19:48:08 PDT 2017


Author: modocache
Date: Thu Sep 28 19:48:07 2017
New Revision: 314486

URL: http://llvm.org/viewvc/llvm-project?rev=314486&view=rev
Log:
[CMake] Fix typo "Wraning" (NFC)

Summary:
The typo was added in https://reviews.llvm.org/rL247151.
It should be "warning", not "wraning".


Modified:
    llvm/trunk/CMakeLists.txt

Modified: llvm/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/CMakeLists.txt?rev=314486&r1=314485&r2=314486&view=diff
==============================================================================
--- llvm/trunk/CMakeLists.txt (original)
+++ llvm/trunk/CMakeLists.txt Thu Sep 28 19:48:07 2017
@@ -795,7 +795,7 @@ if(LLVM_USE_HOST_TOOLS)
   include(CrossCompile)
 endif(LLVM_USE_HOST_TOOLS)
 if(LLVM_TARGET_IS_CROSSCOMPILE_HOST)
-# Dummy use to avoid CMake Wraning: Manually-specified variables were not used
+# Dummy use to avoid CMake Warning: Manually-specified variables were not used
 # (this is a variable that CrossCompile sets on recursive invocations)
 endif()
 




More information about the llvm-commits mailing list