summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2018-03-13 16:11:02 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2018-03-13 16:11:02 +0000
commitb7288836ca2c57b0e46cdb33fd3a61f205dffce9 (patch)
treeade3fb671953cdcd62b5b8cd0334e88d81fe1497
parentf95e7c6f7a143e08408f39865562b7e8ac54cff3 (diff)
downloadbcm5719-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.s2
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.
OpenPOWER on IntegriCloud