Fixed comment. NFC.

llvm-svn: 275959
This commit is contained in:
George Rimar 2016-07-19 07:39:07 +00:00
parent 953a97839f
commit 6ad330acaa
1 changed files with 1 additions and 1 deletions

View 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) {