We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d079068 commit ab6890fCopy full SHA for ab6890f
cmake/modules/SwiftSharedCMakeConfig.cmake
@@ -1,6 +1,6 @@
1
include(CMakeParseArguments)
2
3
-# Use ${cmake_2_8_12_KEYWORD} intead of KEYWORD in target_link_libraries().
+# Use ${cmake_2_8_12_KEYWORD} instead of KEYWORD in target_link_libraries().
4
# These variables are used by LLVM's CMake code.
5
set(cmake_2_8_12_INTERFACE INTERFACE)
6
set(cmake_2_8_12_PRIVATE PRIVATE)
@@ -29,7 +29,7 @@ endif()
29
# Path to llvm include directory.
30
#
31
# [OBJ_ROOT_DIR objRootDir]
32
-# Path tp llvm build tree.
+# Path to llvm build tree.
33
34
# [SOURCE_DIR srcDir]
35
# Path to llvm source tree.
0 commit comments