summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2016-07-19 07:39:07 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2016-07-19 07:39:07 +0000
commit6ad330acaaf086e7b529360955f226caa39a7fef (patch)
treef7cd891532607402e2000178aff5a17ec9cd0668
parent953a97839fde72112b143b5e9a5f318a6fdc3238 (diff)
downloadbcm5719-llvm-6ad330acaaf086e7b529360955f226caa39a7fef.tar.gz
bcm5719-llvm-6ad330acaaf086e7b529360955f226caa39a7fef.zip
Fixed comment. NFC.
llvm-svn: 275959
-rw-r--r--lld/ELF/LinkerScript.cpp2
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) {
OpenPOWER on IntegriCloud