[lld] r343748 - [ELF] Fix typo. NFC

Shoaib Meenai via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 3 17:08:00 PDT 2018


Author: smeenai
Date: Wed Oct  3 17:07:59 2018
New Revision: 343748

URL: http://llvm.org/viewvc/llvm-project?rev=343748&view=rev
Log:
[ELF] Fix typo. NFC

Modified:
    lld/trunk/test/ELF/invalid/undefined-local-symbol-in-dso.test

Modified: lld/trunk/test/ELF/invalid/undefined-local-symbol-in-dso.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/invalid/undefined-local-symbol-in-dso.test?rev=343748&r1=343747&r2=343748&view=diff
==============================================================================
--- lld/trunk/test/ELF/invalid/undefined-local-symbol-in-dso.test (original)
+++ lld/trunk/test/ELF/invalid/undefined-local-symbol-in-dso.test Wed Oct  3 17:07:59 2018
@@ -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:
 




More information about the llvm-commits mailing list