[ELF] Fix typo in comment. NFC

llvm-svn: 321022
This commit is contained in:
Shoaib Meenai 2017-12-18 20:33:27 +00:00
parent dfe160bcd2
commit 8c023a9cd9
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ void ARM::writeIgotPlt(uint8_t *Buf, const Symbol &S) const {
write32le(Buf, S.getVA());
}
// Long form PLT Heade that does not have any restrictions on the displacement
// Long form PLT Header that does not have any restrictions on the displacement
// of the .plt from the .plt.got.
static void writePltHeaderLong(uint8_t *Buf) {
const uint8_t PltData[] = {