summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShoaib Meenai <smeenai@fb.com>2018-10-04 00:07:59 +0000
committerShoaib Meenai <smeenai@fb.com>2018-10-04 00:07:59 +0000
commit2fa72c902d91454c7b001b372ca518de0c0545b2 (patch)
tree5900f17b84dda1b407abf5aa31216cf9de39f623
parent26856407a6151eb1b781afaa3edbbd09e804feef (diff)
[ELF] Fix typo. NFC
-rw-r--r--lld/test/ELF/invalid/undefined-local-symbol-in-dso.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/invalid/undefined-local-symbol-in-dso.test b/lld/test/ELF/invalid/undefined-local-symbol-in-dso.test
index 8cb88696873..a9c30f30db6 100644
--- a/lld/test/ELF/invalid/undefined-local-symbol-in-dso.test
+++ b/lld/test/ELF/invalid/undefined-local-symbol-in-dso.test
@@ -10,7 +10,7 @@
# We've found actual broken DSOs of this sort in the wild, but for this test, we
# created a reduced broken input file. There are no tools capable of producing a
-# broken DSO of this nature, so instead we created a valid DSO with an undefiend
+# broken DSO of this nature, so instead we created a valid DSO with an undefined
# global symbol in the dynamic symbol table and then manually edited the binary
# to make that symbol local. The valid DSO was created as follows: