Fix comment.

llvm-svn: 195121
This commit is contained in:
Eric Christopher 2013-11-19 09:11:26 +00:00
parent 9a8f5eddad
commit 65132a8c2c
1 changed files with 2 additions and 1 deletions

View File

@ -2622,7 +2622,8 @@ void DwarfUnits::emitStrings(const MCSection *StrSection,
} }
} }
// Emit strings into a string section.
// Emit addresses into the section given.
void DwarfUnits::emitAddresses(const MCSection *AddrSection) { void DwarfUnits::emitAddresses(const MCSection *AddrSection) {
if (AddressPool.empty()) if (AddressPool.empty())