From: Shoaib Meenai Date: Thu, 4 Oct 2018 00:07:59 +0000 (+0000) Subject: [ELF] Fix typo. NFC X-Git-Tag: llvmorg-8.0.0-rc1~7266 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=509230f68d6baa2f4f0266140ffb932d18855293;p=platform%2Fupstream%2Fllvm.git [ELF] Fix typo. NFC llvm-svn: 343748 --- 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 8cb8869..a9c30f3 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: