[llvm] r332522 - Fix small grammar-o.

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Wed May 16 13:34:00 PDT 2018


Author: echristo
Date: Wed May 16 13:34:00 2018
New Revision: 332522

URL: http://llvm.org/viewvc/llvm-project?rev=332522&view=rev
Log:
Fix small grammar-o.

Modified:
    llvm/trunk/lib/CodeGen/TargetLoweringObjectFileImpl.cpp

Modified: llvm/trunk/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/TargetLoweringObjectFileImpl.cpp?rev=332522&r1=332521&r2=332522&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/TargetLoweringObjectFileImpl.cpp (original)
+++ llvm/trunk/lib/CodeGen/TargetLoweringObjectFileImpl.cpp Wed May 16 13:34:00 2018
@@ -187,7 +187,7 @@ const MCExpr *TargetLoweringObjectFileEL
 }
 
 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:




More information about the llvm-commits mailing list