[llvm] r346359 - Fix spelling error

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 7 13:34:33 PST 2018


Author: adrian
Date: Wed Nov  7 13:34:33 2018
New Revision: 346359

URL: http://llvm.org/viewvc/llvm-project?rev=346359&view=rev
Log:
Fix spelling error

Modified:
    llvm/trunk/test/tools/dsymutil/X86/dummy-debug-map.map

Modified: llvm/trunk/test/tools/dsymutil/X86/dummy-debug-map.map
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/dsymutil/X86/dummy-debug-map.map?rev=346359&r1=346358&r2=346359&view=diff
==============================================================================
--- llvm/trunk/test/tools/dsymutil/X86/dummy-debug-map.map (original)
+++ llvm/trunk/test/tools/dsymutil/X86/dummy-debug-map.map Wed Nov  7 13:34:33 2018
@@ -1,6 +1,6 @@
 # This is a dummy debug map used for some tests where the contents of the
 # map are just an implementation detail. The tests wanting to use that file
-# should put all there object files in an explicitely named sub-directory
+# should put all their object files in an explicitely named sub-directory
 # of Inputs, and they should be named 1.o, 2.o, ...
 # As not finding an object file or symbols isn't a fatal error for dsymutil,
 # you can extend this file with as much object files and symbols as needed.




More information about the llvm-commits mailing list