[lld] r327417 - [ELF] - Fix mistype in comment. NFC.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 13 09:11:02 PDT 2018


Author: grimar
Date: Tue Mar 13 09:11:02 2018
New Revision: 327417

URL: http://llvm.org/viewvc/llvm-project?rev=327417&view=rev
Log:
[ELF] - Fix mistype in comment. NFC.

Modified:
    lld/trunk/test/ELF/linkerscript/huge-temporary-file.s

Modified: lld/trunk/test/ELF/linkerscript/huge-temporary-file.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/linkerscript/huge-temporary-file.s?rev=327417&r1=327416&r2=327417&view=diff
==============================================================================
--- lld/trunk/test/ELF/linkerscript/huge-temporary-file.s (original)
+++ lld/trunk/test/ELF/linkerscript/huge-temporary-file.s Tue Mar 13 09:11:02 2018
@@ -3,7 +3,7 @@
 # RUN: echo "SECTIONS { .text 0x2000 : {. = 0x10 ; *(.text) } }" > %t.script
 # RUN: not ld.lld %t --script %t.script -o %t1
 
-## This inputs previously created a 4gb temporarily fine under 32 bit
+## This inputs previously created a 4gb temporarily file under 32 bit
 ## configuration. Issue was fixed. There is no clean way to check that from here.
 ## This testcase added for documentation purposes.
 




More information about the llvm-commits mailing list