Skip to content

Commit ce5cafe

Browse files
author
George Rimar
committed
[llvm-objdump] - Fix comment. NFC.
Forgot to address this one. llvm-svn: 351418
1 parent 6ce6bfa commit ce5cafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/llvm-objdump/llvm-objdump.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ static std::error_code getRelocationValueString(const ELFObjectFile<ELFT> *Obj,
498498
// requires the relocation to be associated with a symbol.
499499
//
500500
// In SHT_REL case we would need to read the addend from section data.
501-
// GNU objdump does not do that and we just follow for simplicity atm.
501+
// GNU objdump does not do that and we just follow for simplicity.
502502
bool Undef = false;
503503
if ((*SecOrErr)->sh_type == ELF::SHT_RELA) {
504504
const Elf_Rela *ERela = Obj->getRela(Rel);

0 commit comments

Comments
 (0)