diff options
author | George Rimar <grimar@accesssoftek.com> | 2015-12-07 16:54:56 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2015-12-07 16:54:56 +0000 |
commit | c55b4e25f4ad3f029f2c016cabbe68396f20f1fe (patch) | |
tree | d66daa5b3e0d51c4bc28f61bc3771cca7033ce19 | |
parent | bd03c50336c8a7774935b5a045f25cd7db9e6db1 (diff) | |
download | bcm5719-llvm-c55b4e25f4ad3f029f2c016cabbe68396f20f1fe.tar.gz bcm5719-llvm-c55b4e25f4ad3f029f2c016cabbe68396f20f1fe.zip |
[ELF] - fixed mistype in comment, NFC.
llvm-svn: 254918
-rw-r--r-- | lld/ELF/Target.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Target.cpp b/lld/ELF/Target.cpp index fe8b0b71ed2..b480e63726a 100644 --- a/lld/ELF/Target.cpp +++ b/lld/ELF/Target.cpp @@ -566,7 +566,7 @@ void X86_64TargetInfo::relocateTlsGdToIe(uint8_t *Loc, uint8_t *BufEnd, } // In some conditions, R_X86_64_GOTTPOFF relocation can be optimized to -// R_X86_64_TPOFF32 so that R_X86_64_TPOFF32 so that it does not use GOT. +// R_X86_64_TPOFF32 so that it does not use GOT. // This function does that. Read "ELF Handling For Thread-Local Storage, // 5.5 x86-x64 linker optimizations" (http://www.akkadia.org/drepper/tls.pdf) // by Ulrich Drepper for details. |