summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2018-08-27 21:46:18 +0000
committerAdrian Prantl <aprantl@apple.com>2018-08-27 21:46:18 +0000
commitf05f93879b84d73c13a354e10b6c41d4cc3722a7 (patch)
tree9ac8787bcd6a6aefcfc218000be4dc68816e15d6
parent67c364dd9b1d598679fd7ec6c4029b5045c827c1 (diff)
downloadbcm5719-llvm-f05f93879b84d73c13a354e10b6c41d4cc3722a7.tar.gz
bcm5719-llvm-f05f93879b84d73c13a354e10b6c41d4cc3722a7.zip
Fix typo
llvm-svn: 340779
-rw-r--r--lldb/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/CMakeLists.txt b/lldb/test/CMakeLists.txt
index de548f03069..6f0a5f29baa 100644
--- a/lldb/test/CMakeLists.txt
+++ b/lldb/test/CMakeLists.txt
@@ -30,7 +30,7 @@ set(LLDB_TEST_USER_ARGS
""
CACHE STRING "Specify additional arguments to pass to test runner. For example: '-C gcc -C clang -A i386 -A x86_64'")
-# The .nodindex suffix is a marker for Spotlight to never index the
+# The .noindex suffix is a marker for Spotlight to never index the
# build directory. LLDB queries Spotlight to locate .dSYM bundles
# based on the UUID embedded in a binary, and because the UUID is a
# hash of filename and .text section, there *will* be conflicts inside
OpenPOWER on IntegriCloud