diff options
-rw-r--r-- | lld/ELF/LinkerScript.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp index 61abdc185e1..a375702b0b6 100644 --- a/lld/ELF/LinkerScript.cpp +++ b/lld/ELF/LinkerScript.cpp @@ -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) { |