Fix typo in comment aligment should be alignment. NFC.

llvm-svn: 269905
This commit is contained in:
Peter Smith 2016-05-18 11:40:16 +00:00
parent f830f4baa5
commit 4df2e14dce

View File

@ -170,7 +170,7 @@ template <class ELFT> static bool shouldMerge(const typename ELFT::Shdr &Sec) {
if (!EntSize || Sec.sh_size % EntSize)
fatal("SHF_MERGE section size must be a multiple of sh_entsize");
// Don't try to merge if the aligment is larger than the sh_entsize and this
// Don't try to merge if the alignment is larger than the sh_entsize and this
// is not SHF_STRINGS.
//
// Since this is not a SHF_STRINGS, we would need to pad after every entity.