Fix a typo.

llvm-svn: 125322
This commit is contained in:
Johnny Chen 2011-02-11 00:06:48 +00:00
parent ac00f5dd4b
commit b18528df84
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ def buildDwarf(sender=None, architecture=None, compiler=None, dictionary=None):
+ getCmdLine(dictionary)], + getCmdLine(dictionary)],
sender=sender) sender=sender)
# True signifies that we can handle building dsym. # True signifies that we can handle building dwarf.
return True return True
def cleanup(sender=None, dictionary=None): def cleanup(sender=None, dictionary=None):