[Lldb-commits] [lldb] r340779 - Fix typo
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 27 14:46:19 PDT 2018
Author: adrian
Date: Mon Aug 27 14:46:18 2018
New Revision: 340779
URL: http://llvm.org/viewvc/llvm-project?rev=340779&view=rev
Log:
Fix typo
Modified:
lldb/trunk/test/CMakeLists.txt
Modified: lldb/trunk/test/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/CMakeLists.txt?rev=340779&r1=340778&r2=340779&view=diff
==============================================================================
--- lldb/trunk/test/CMakeLists.txt (original)
+++ lldb/trunk/test/CMakeLists.txt Mon Aug 27 14:46:18 2018
@@ -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
More information about the lldb-commits
mailing list