[lld] r267878 - Fixed mistype in comment. NFC.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 28 06:38:10 PDT 2016


Author: grimar
Date: Thu Apr 28 08:38:10 2016
New Revision: 267878

URL: http://llvm.org/viewvc/llvm-project?rev=267878&view=rev
Log:
Fixed mistype in comment. NFC.

Modified:
    lld/trunk/ELF/Writer.cpp

Modified: lld/trunk/ELF/Writer.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Writer.cpp?rev=267878&r1=267877&r2=267878&view=diff
==============================================================================
--- lld/trunk/ELF/Writer.cpp (original)
+++ lld/trunk/ELF/Writer.cpp Thu Apr 28 08:38:10 2016
@@ -1174,7 +1174,7 @@ OutputSectionFactory<ELFT>::createKey(In
   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;




More information about the llvm-commits mailing list