1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Fix grammar.

Thanks Duncan!

llvm-svn: 97572
This commit is contained in:
Devang Patel 2010-03-02 17:58:15 +00:00
parent 9b5f5645e4
commit 7de01928e9

View File

@ -1177,7 +1177,7 @@ DIE *DwarfDebug::createSubprogramDIE(const DISubprogram &SP, bool MakeDecl) {
return SPDie;
SPDie = new DIE(dwarf::DW_TAG_subprogram);
// constructors and operators for anonymous aggregates does not names.
// Constructors and operators for anonymous aggregates do not have names.
if (!SP.getName().empty())
addString(SPDie, dwarf::DW_AT_name, dwarf::DW_FORM_string, SP.getName());