From: George Rimar Date: Thu, 28 Apr 2016 13:38:10 +0000 (+0000) Subject: Fixed mistype in comment. NFC. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=959d180fa695db7b689711e956e31ae32370635f;p=platform%2Fupstream%2Fllvm.git Fixed mistype in comment. NFC. llvm-svn: 267878 --- diff --git a/lld/ELF/Writer.cpp b/lld/ELF/Writer.cpp index 6d9b250..2705843 100644 --- a/lld/ELF/Writer.cpp +++ b/lld/ELF/Writer.cpp @@ -1174,7 +1174,7 @@ OutputSectionFactory::createKey(InputSectionBase *C, if (isa>(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;