Skip to content

Commit ab6890f

Browse files
committed
Fix typos in comments
1 parent d079068 commit ab6890f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/modules/SwiftSharedCMakeConfig.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include(CMakeParseArguments)
22

3-
# Use ${cmake_2_8_12_KEYWORD} intead of KEYWORD in target_link_libraries().
3+
# Use ${cmake_2_8_12_KEYWORD} instead of KEYWORD in target_link_libraries().
44
# These variables are used by LLVM's CMake code.
55
set(cmake_2_8_12_INTERFACE INTERFACE)
66
set(cmake_2_8_12_PRIVATE PRIVATE)
@@ -29,7 +29,7 @@ endif()
2929
# Path to llvm include directory.
3030
#
3131
# [OBJ_ROOT_DIR objRootDir]
32-
# Path tp llvm build tree.
32+
# Path to llvm build tree.
3333
#
3434
# [SOURCE_DIR srcDir]
3535
# Path to llvm source tree.

0 commit comments

Comments
 (0)