fix typo to cycle bots

This commit is contained in:
Nico Weber 2021-04-14 14:52:41 -04:00
parent c0fa3fe4aa
commit 1e89f08f59
1 changed files with 1 additions and 1 deletions

View File

@ -772,7 +772,7 @@ void LinkerScript::addOrphanSections() {
add(depSec);
};
// For futher --emit-reloc handling code we need target output section
// For further --emit-reloc handling code we need target output section
// to be created before we create relocation output section, so we want
// to create target sections first. We do not want priority handling
// for synthetic sections because them are special.