forked from OSchip/llvm-project
Fix typo in comment. Found by -Wdocumentation.
llvm-svn: 184058
This commit is contained in:
parent
895d6952d6
commit
2b004debde
|
@ -591,8 +591,8 @@ private:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// \Brief Return true if the symbol is corresponding to an architecture
|
/// \brief Return true if the symbol is corresponding to an architecture
|
||||||
/// specific section. We will let the TargetHandler to handle such atoms.
|
/// specific section. We will let the TargetHandler handle such atoms.
|
||||||
inline bool isTargetSpecificAtom(const Elf_Shdr *shdr,
|
inline bool isTargetSpecificAtom(const Elf_Shdr *shdr,
|
||||||
const Elf_Sym *sym) {
|
const Elf_Sym *sym) {
|
||||||
return ((shdr->sh_flags & llvm::ELF::SHF_MASKPROC) ||
|
return ((shdr->sh_flags & llvm::ELF::SHF_MASKPROC) ||
|
||||||
|
|
Loading…
Reference in New Issue