[llvm-commits] [llvm] r170130 - /llvm/trunk/CMakeLists.txt

Joel Jones joel_k_jones at apple.com
Thu Dec 13 07:25:07 PST 2012


Author: joel_k_jones
Date: Thu Dec 13 09:25:07 2012
New Revision: 170130

URL: http://llvm.org/viewvc/llvm-project?rev=170130&view=rev
Log:
Fix spelling

Modified:
    llvm/trunk/CMakeLists.txt

Modified: llvm/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/CMakeLists.txt?rev=170130&r1=170129&r2=170130&view=diff
==============================================================================
--- llvm/trunk/CMakeLists.txt (original)
+++ llvm/trunk/CMakeLists.txt Thu Dec 13 09:25:07 2012
@@ -185,7 +185,7 @@
 option(LLVM_USE_OPROFILE
   "Use opagent JIT interface to inform OProfile about JIT code" OFF)
 
-# If enabled, ierify we are on a platform that supports oprofile.
+# If enabled, verify we are on a platform that supports oprofile.
 if( LLVM_USE_OPROFILE )
   if( NOT CMAKE_SYSTEM_NAME MATCHES "Linux" )
     message(FATAL_ERROR "OProfile support is available on Linux only.") 
@@ -426,7 +426,7 @@
   add_subdirectory(utils/unittest)
   add_subdirectory(unittests)
   if (MSVC)
-    # This utility is used to prevent chrashing tests from calling Dr. Watson on
+    # This utility is used to prevent crashing tests from calling Dr. Watson on
     # Windows.
     add_subdirectory(utils/KillTheDoctor)
   endif()





More information about the llvm-commits mailing list