[lld] r275959 - Fixed comment. NFC.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 19 00:39:07 PDT 2016
Author: grimar
Date: Tue Jul 19 02:39:07 2016
New Revision: 275959
URL: http://llvm.org/viewvc/llvm-project?rev=275959&view=rev
Log:
Fixed comment. NFC.
Modified:
lld/trunk/ELF/LinkerScript.cpp
Modified: lld/trunk/ELF/LinkerScript.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/LinkerScript.cpp?rev=275959&r1=275958&r2=275959&view=diff
==============================================================================
--- lld/trunk/ELF/LinkerScript.cpp (original)
+++ lld/trunk/ELF/LinkerScript.cpp Tue Jul 19 02:39:07 2016
@@ -239,7 +239,7 @@ void LinkerScript<ELFT>::assignAddresses
}
// Find all the sections with required name. There can be more than
- // ont section with such name, if the alignment, flags or type
+ // one section with such name, if the alignment, flags or type
// attribute differs.
assert(Cmd.Kind == SectionKind);
for (OutputSectionBase<ELFT> *Sec : Sections) {
More information about the llvm-commits
mailing list