summaryrefslogtreecommitdiff
path: root/test/ELF/linkerscript/phdrs.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/linkerscript/phdrs.s')
-rw-r--r--test/ELF/linkerscript/phdrs.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ELF/linkerscript/phdrs.s b/test/ELF/linkerscript/phdrs.s
index 025ced95b30a..b65015994533 100644
--- a/test/ELF/linkerscript/phdrs.s
+++ b/test/ELF/linkerscript/phdrs.s
@@ -39,9 +39,9 @@
# RUN: ld.lld -o %t1 --script %t.script %t
# RUN: llvm-readobj -program-headers %t1 | FileCheck --check-prefix=DEFHDR %s
-## Check that error is reported when trying to use phdr which is not listed
+## Check that error is reported when trying to use phdr which is not listed
## inside PHDRS {} block
-## TODO: If script doesn't contain PHDRS {} block then default phdr is always
+## TODO: If script doesn't contain PHDRS {} block then default phdr is always
## created and error is not reported.
# RUN: echo "PHDRS { all PT_LOAD; } \
# RUN: SECTIONS { .baz : {*(.foo.*)} :bar }" > %t.script