mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-16 05:10:32 +00:00
Fix small grammar-o.
llvm-svn: 332522
This commit is contained in:
parent
fb923d28a9
commit
1f5eb86b51
@ -187,7 +187,7 @@ const MCExpr *TargetLoweringObjectFileELF::getTTypeGlobalReference(
|
|||||||
}
|
}
|
||||||
|
|
||||||
static SectionKind getELFKindForNamedSection(StringRef Name, SectionKind K) {
|
static SectionKind getELFKindForNamedSection(StringRef Name, SectionKind K) {
|
||||||
// N.B.: The defaults used in here are no the same ones used in MC.
|
// N.B.: The defaults used in here are not the same ones used in MC.
|
||||||
// We follow gcc, MC follows gas. For example, given ".section .eh_frame",
|
// We follow gcc, MC follows gas. For example, given ".section .eh_frame",
|
||||||
// both gas and MC will produce a section with no flags. Given
|
// both gas and MC will produce a section with no flags. Given
|
||||||
// section(".eh_frame") gcc will produce:
|
// section(".eh_frame") gcc will produce:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user