[lld] r315880 - [COFF] Fix a typo in a comment in a test. NFC.

Martin Storsjo via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 15 14:09:50 PDT 2017


Author: mstorsjo
Date: Sun Oct 15 14:09:50 2017
New Revision: 315880

URL: http://llvm.org/viewvc/llvm-project?rev=315880&view=rev
Log:
[COFF] Fix a typo in a comment in a test. NFC.

These chars are accidentally included vim commands.

Modified:
    lld/trunk/test/COFF/export-all.s

Modified: lld/trunk/test/COFF/export-all.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/COFF/export-all.s?rev=315880&r1=315879&r2=315880&view=diff
==============================================================================
--- lld/trunk/test/COFF/export-all.s (original)
+++ lld/trunk/test/COFF/export-all.s Sun Oct 15 14:09:50 2017
@@ -16,7 +16,7 @@ _DllMainCRTStartup at 12:
 _foobar:
   ret
 
-# Test specifying -export-all-symbols, on an object file that contains axi
+# Test specifying -export-all-symbols, on an object file that contains
 # dllexport directive for some of the symbols.
 
 # RUN: yaml2obj < %p/Inputs/export.yaml > %t.obj




More information about the llvm-commits mailing list