1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Fix small grammar-o.

llvm-svn: 332522
This commit is contained in:
Eric Christopher 2018-05-16 20:34:00 +00:00
parent a54c0a1a0f
commit f4a05c6e9f

View File

@ -187,7 +187,7 @@ const MCExpr *TargetLoweringObjectFileELF::getTTypeGlobalReference(
}
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",
// both gas and MC will produce a section with no flags. Given
// section(".eh_frame") gcc will produce: