diff options
Diffstat (limited to 'lib/CodeGen/ELF.h')
-rw-r--r-- | lib/CodeGen/ELF.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ namespace llvm { 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; |