mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-01 13:20:25 +00:00
Fix typo in comment aligment should be alignment. NFC.
llvm-svn: 269905
This commit is contained in:
parent
f830f4baa5
commit
4df2e14dce
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user