[lld] r269072 - Fix typo.
Rafael Espindola via llvm-commits
llvm-commits at lists.llvm.org
Tue May 10 09:23:47 PDT 2016
Author: rafael
Date: Tue May 10 11:23:46 2016
New Revision: 269072
URL: http://llvm.org/viewvc/llvm-project?rev=269072&view=rev
Log:
Fix typo.
Modified:
lld/trunk/ELF/Target.cpp
Modified: lld/trunk/ELF/Target.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Target.cpp?rev=269072&r1=269071&r2=269072&view=diff
==============================================================================
--- lld/trunk/ELF/Target.cpp (original)
+++ lld/trunk/ELF/Target.cpp Tue May 10 11:23:46 2016
@@ -533,7 +533,7 @@ RelExpr X86_64TargetInfo::getRelExpr(uin
void X86_64TargetInfo::writeGotPltHeader(uint8_t *Buf) const {
// The first entry holds the value of _DYNAMIC. It is not clear why that is
// required, but it is documented in the psabi and the glibc dynamic linker
- // seems to use it (not that this is relevant for linking ld.so, not any
+ // seems to use it (note that this is relevant for linking ld.so, not any
// other program).
write64le(Buf, Out<ELF64LE>::Dynamic->getVA());
}
More information about the llvm-commits
mailing list