From 70a99e369ba5c0bd5e8466a4c5a12e897eee959b Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Fri, 29 Apr 2016 13:03:40 +0000 Subject: [PATCH] cmake: Fix grammar llvm-svn: 268038 --- cmake/modules/AddLLVM.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/modules/AddLLVM.cmake b/cmake/modules/AddLLVM.cmake index da0182c0c19..f04081befc8 100644 --- a/cmake/modules/AddLLVM.cmake +++ b/cmake/modules/AddLLVM.cmake @@ -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 "")