[ELF] - fixed mistype in comment, NFC.

llvm-svn: 254918
This commit is contained in:
George Rimar 2015-12-07 16:54:56 +00:00
parent bd03c50336
commit c55b4e25f4
1 changed files with 1 additions and 1 deletions

View File

@ -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.