diff options
author | Eric Christopher <echristo@gmail.com> | 2018-05-16 20:34:00 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2018-05-16 20:34:00 +0000 |
commit | 1f5eb86b51fdc236bd37161b8074da6a93fdea96 (patch) | |
tree | 880b9b872601829c942b9c894ace942535161c40 | |
parent | fb923d28a9f7ff8ac5d85e46fa5a3fd3bacdb8c6 (diff) | |
download | bcm5719-llvm-1f5eb86b51fdc236bd37161b8074da6a93fdea96.tar.gz bcm5719-llvm-1f5eb86b51fdc236bd37161b8074da6a93fdea96.zip |
Fix small grammar-o.
llvm-svn: 332522
-rw-r--r-- | llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp index db96781d19f..fa12f06c77f 100644 --- a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp +++ b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp @@ -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: |