Tidy comment up a bit.

llvm-svn: 332687
This commit is contained in:
Eric Christopher 2018-05-18 02:39:57 +00:00
parent d268bf0a4d
commit f31e91e4a8
1 changed files with 1 additions and 1 deletions

View File

@ -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.") ||