diff options
author | George Rimar <grimar@accesssoftek.com> | 2018-03-13 16:11:02 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2018-03-13 16:11:02 +0000 |
commit | b7288836ca2c57b0e46cdb33fd3a61f205dffce9 (patch) | |
tree | ade3fb671953cdcd62b5b8cd0334e88d81fe1497 | |
parent | f95e7c6f7a143e08408f39865562b7e8ac54cff3 (diff) | |
download | bcm5719-llvm-b7288836ca2c57b0e46cdb33fd3a61f205dffce9.tar.gz bcm5719-llvm-b7288836ca2c57b0e46cdb33fd3a61f205dffce9.zip |
[ELF] - Fix mistype in comment. NFC.
llvm-svn: 327417
-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. |