[ELF] Fix typo. NFC

git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@343748 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/ELF/invalid/undefined-local-symbol-in-dso.test b/test/ELF/invalid/undefined-local-symbol-in-dso.test
index 8cb8869..a9c30f3 100644
--- a/test/ELF/invalid/undefined-local-symbol-in-dso.test
+++ b/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: