OSDN Git Service

cmake: Fix grammar
authorTobias Grosser <tobias@grosser.es>
Fri, 29 Apr 2016 13:03:40 +0000 (13:03 +0000)
committerTobias Grosser <tobias@grosser.es>
Fri, 29 Apr 2016 13:03:40 +0000 (13:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268038 91177308-0d34-0410-b5e6-96231b3b80d8

cmake/modules/AddLLVM.cmake

index da0182c..f04081b 100644 (file)
@@ -767,8 +767,8 @@ function(canonicalize_tool_name name output)
 endfunction(canonicalize_tool_name)
 
 # Custom add_subdirectory wrapper
-# Takes in a project name (i.e. LLVM), the the subdirectory name, and an
-# and an optional path if it differs from the name.
+# Takes in a project name (i.e. LLVM), the subdirectory name, and an optional
+# path if it differs from the name.
 macro(add_llvm_subdirectory project type name)
   set(add_llvm_external_dir "${ARGN}")
   if("${add_llvm_external_dir}" STREQUAL "")