delete function name from comment
authorSanjay Patel <spatel@rotateright.com>
Thu, 9 Oct 2014 21:23:39 +0000 (21:23 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 9 Oct 2014 21:23:39 +0000 (21:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219443 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MCSectionELF.cpp

index 09eb3e7829582daf1b1749b492a9f87c8c430144..a29bb97af8f85ba4219a58caba0d7a4817bb9e34 100644 (file)
@@ -19,8 +19,8 @@ using namespace llvm;
 
 MCSectionELF::~MCSectionELF() {} // anchor.
 
-// ShouldOmitSectionDirective - Decides whether a '.section' directive
-// should be printed before the section name
+// Decides whether a '.section' directive
+// should be printed before the section name.
 bool MCSectionELF::ShouldOmitSectionDirective(StringRef Name,
                                               const MCAsmInfo &MAI) const {