Fixed comment. NFC.
authorGeorge Rimar <grimar@accesssoftek.com>
Tue, 19 Jul 2016 07:39:07 +0000 (07:39 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Tue, 19 Jul 2016 07:39:07 +0000 (07:39 +0000)
llvm-svn: 275959

lld/ELF/LinkerScript.cpp

index 61abdc1..a375702 100644 (file)
@@ -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) {