summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2016-05-10 16:23:46 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2016-05-10 16:23:46 +0000
commite502751c42f05c9c61974dee9b270087c7b32d6c (patch)
tree4df62ecc7fdbcd32d8678ddb38b8a023c2162661
parenta5e201fd5570baa620cd266a73c156420f471ba8 (diff)
downloadbcm5719-llvm-e502751c42f05c9c61974dee9b270087c7b32d6c.tar.gz
bcm5719-llvm-e502751c42f05c9c61974dee9b270087c7b32d6c.zip
Fix typo.
llvm-svn: 269072
-rw-r--r--lld/ELF/Target.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Target.cpp b/lld/ELF/Target.cpp
index f69731ac81d..e21e3efd747 100644
--- a/lld/ELF/Target.cpp
+++ b/lld/ELF/Target.cpp
@@ -533,7 +533,7 @@ RelExpr X86_64TargetInfo::getRelExpr(uint32_t Type, const SymbolBody &S) const {
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());
}
OpenPOWER on IntegriCloud