HandleLLVMOptions.cmake: Typo, s/proerty/property/
[oota-llvm.git] / cmake / modules / HandleLLVMOptions.cmake
index e3c99254ac8581b2620dc731ebdc6f6340b9c160..47d3b2f79d491f353c1c78e580696b1e63935fd8 100644 (file)
@@ -362,7 +362,8 @@ endif()
 
 if(MSVC)
   # Remove flags here, for exceptions and RTTI.
-  # Each target property or source proerty should be responsible to control them.
+  # Each target property or source property should be responsible to control
+  # them.
   # CL.EXE complains to override flags like "/GR /GR-".
   string(REGEX REPLACE "(^| ) */EH[-cs]+ *( |$)" "\\1 \\2" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
   string(REGEX REPLACE "(^| ) */GR-? *( |$)" "\\1 \\2" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")