summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/lib/ReaderWriter/ELF/File.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/lib/ReaderWriter/ELF/File.h b/lld/lib/ReaderWriter/ELF/File.h
index e579987868a..732e0f4708a 100644
--- a/lld/lib/ReaderWriter/ELF/File.h
+++ b/lld/lib/ReaderWriter/ELF/File.h
@@ -591,8 +591,8 @@ private:
}
}
- /// \Brief Return true if the symbol is corresponding to an architecture
- /// specific section. We will let the TargetHandler to handle such atoms.
+ /// \brief Return true if the symbol is corresponding to an architecture
+ /// specific section. We will let the TargetHandler handle such atoms.
inline bool isTargetSpecificAtom(const Elf_Shdr *shdr,
const Elf_Sym *sym) {
return ((shdr->sh_flags & llvm::ELF::SHF_MASKPROC) ||
OpenPOWER on IntegriCloud