Skip to content

Commit

Permalink
Merge pull request swiftlang#144 from royxue/master
Browse files Browse the repository at this point in the history
Fix typos in comments
  • Loading branch information
gribozavr committed Dec 4, 2015
2 parents 5eb01ee + ab6890f commit 41704b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/modules/SwiftSharedCMakeConfig.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include(CMakeParseArguments)

# 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().
# These variables are used by LLVM's CMake code.
set(cmake_2_8_12_INTERFACE INTERFACE)
set(cmake_2_8_12_PRIVATE PRIVATE)
Expand Down Expand Up @@ -29,7 +29,7 @@ endif()
# Path to llvm include directory.
#
# [OBJ_ROOT_DIR objRootDir]
# Path tp llvm build tree.
# Path to llvm build tree.
#
# [SOURCE_DIR srcDir]
# Path to llvm source tree.
Expand Down

0 comments on commit 41704b2

Please sign in to comment.