Delete comment and fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73040 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/ELF.h b/lib/CodeGen/ELF.h
index 09615d9..c22f6ed 100644
--- a/lib/CodeGen/ELF.h
+++ b/lib/CodeGen/ELF.h
@@ -166,7 +166,7 @@
std::vector<unsigned char> SectionData;
/// Relocations - The relocations that we have encountered so far in this
- /// section that we will need to convert to MachORelocation entries when
+ /// section that we will need to convert to Elf relocation entries when
/// the file is written.
std::vector<MachineRelocation> Relocations;