[llvm] r268038 - cmake: Fix grammar

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 29 06:03:40 PDT 2016


Author: grosser
Date: Fri Apr 29 08:03:40 2016
New Revision: 268038

URL: http://llvm.org/viewvc/llvm-project?rev=268038&view=rev
Log:
cmake: Fix grammar

Modified:
    llvm/trunk/cmake/modules/AddLLVM.cmake

Modified: llvm/trunk/cmake/modules/AddLLVM.cmake
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/cmake/modules/AddLLVM.cmake?rev=268038&r1=268037&r2=268038&view=diff
==============================================================================
--- llvm/trunk/cmake/modules/AddLLVM.cmake (original)
+++ llvm/trunk/cmake/modules/AddLLVM.cmake Fri Apr 29 08:03:40 2016
@@ -767,8 +767,8 @@ function(canonicalize_tool_name name out
 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 "")




More information about the llvm-commits mailing list