From d12531677188252af597fbb2af4646cf2cbe25ed Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 16 Nov 2018 16:19:08 +0000 Subject: [PATCH] Typo llvm-svn: 347058 --- lldb/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/CMakeLists.txt b/lldb/test/CMakeLists.txt index 790ab3e..5b84f77 100644 --- a/lldb/test/CMakeLists.txt +++ b/lldb/test/CMakeLists.txt @@ -127,6 +127,6 @@ endif () add_dependencies(check-lldb check-lldb-lit) add_custom_target(lldb-test-depends DEPENDS ${LLDB_TEST_DEPENDS}) -# This will add LLDB's test dependencies to the depenednecies for check-all and +# This will add LLDB's test dependencies to the dependencies for check-all and # include them in the test-depends target. set_property(GLOBAL APPEND PROPERTY LLVM_LIT_DEPENDS ${ARG_DEPENDS}) -- 2.7.4