From f31e91e4a8a3a01a8ab1dd7a0396b2be20c789ca Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 18 May 2018 02:39:57 +0000 Subject: [PATCH] Tidy comment up a bit. llvm-svn: 332687 --- llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp index fa12f06c77f6..85ad78ebd089 100644 --- a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp +++ b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp @@ -200,7 +200,7 @@ static SectionKind getELFKindForNamedSection(StringRef Name, SectionKind K) { if (Name.empty() || Name[0] != '.') return K; - // Some lame default implementation based on some magic section names. + // Default implementation based on some magic section names. if (Name == ".bss" || Name.startswith(".bss.") || Name.startswith(".gnu.linkonce.b.") ||