diff options
| -rw-r--r-- | lld/ELF/Writer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Writer.cpp b/lld/ELF/Writer.cpp index 6d9b2509f6b..2705843ff61 100644 --- a/lld/ELF/Writer.cpp +++ b/lld/ELF/Writer.cpp @@ -1174,7 +1174,7 @@ OutputSectionFactory<ELFT>::createKey(InputSectionBase<ELFT> *C, if (isa<MergeInputSection<ELFT>>(C)) Alignment = std::max(H->sh_addralign, H->sh_entsize); - // GNU as can give .eh_frame secion type SHT_PROGBITS or SHT_X86_64_UNWIND + // GNU as can give .eh_frame section type SHT_PROGBITS or SHT_X86_64_UNWIND // depending on the construct. We want to canonicalize it so that // there is only one .eh_frame in the end. uint32_t Type = H->sh_type; |

