Fix spelling
authorJoel Jones <joel_k_jones@apple.com>
Thu, 13 Dec 2012 15:25:07 +0000 (15:25 +0000)
committerJoel Jones <joel_k_jones@apple.com>
Thu, 13 Dec 2012 15:25:07 +0000 (15:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170130 91177308-0d34-0410-b5e6-96231b3b80d8

CMakeLists.txt

index c2ccdecd13b4ef896e526b2242a2c9cefca92b90..e9d8e8530a9eb011c48cce0c40722bf5a18a3118 100644 (file)
@@ -185,7 +185,7 @@ endif( LLVM_USE_INTEL_JITEVENTS )
 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 @@ if( LLVM_INCLUDE_TESTS )
   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()