summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Jones <joel_k_jones@apple.com>2012-12-13 15:25:07 +0000
committerJoel Jones <joel_k_jones@apple.com>2012-12-13 15:25:07 +0000
commit54594f258d7c8ccf726f2dd003018fe8588a71f5 (patch)
treea619e2533a0bd658526393420f784dc476e5ab2c
parent887c8586e2520c35ff00d1c3f19943dcc56baebe (diff)
downloadbcm5719-llvm-54594f258d7c8ccf726f2dd003018fe8588a71f5.tar.gz
bcm5719-llvm-54594f258d7c8ccf726f2dd003018fe8588a71f5.zip
Fix spelling
llvm-svn: 170130
-rw-r--r--llvm/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt
index c2ccdecd13b..e9d8e8530a9 100644
--- a/llvm/CMakeLists.txt
+++ b/llvm/CMakeLists.txt
@@ -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()
OpenPOWER on IntegriCloud