[ELF] - Fix comment. NFC.

llvm-svn: 312231
This commit is contained in:
George Rimar 2017-08-31 10:14:10 +00:00
parent 376cce2ec8
commit b2051f176c
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ template <class ELFT> void X86_64<ELFT>::writeGotPltHeader(uint8_t *Buf) const {
template <class ELFT>
void X86_64<ELFT>::writeGotPlt(uint8_t *Buf, const SymbolBody &S) const {
// See comments in X86TargetInfo::writeGotPlt.
// See comments in X86::writeGotPlt.
write32le(Buf, S.getPltVA() + 6);
}