diff options
-rw-r--r-- | lld/test/ELF/linkerscript/huge-temporary-file.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/linkerscript/huge-temporary-file.s b/lld/test/ELF/linkerscript/huge-temporary-file.s index d58709cf8f8..e30153c2885 100644 --- a/lld/test/ELF/linkerscript/huge-temporary-file.s +++ b/lld/test/ELF/linkerscript/huge-temporary-file.s @@ -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. |