From b18528df849f0a2b9732615ea087fc581e1307e0 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Fri, 11 Feb 2011 00:06:48 +0000 Subject: [PATCH] Fix a typo. llvm-svn: 125322 --- lldb/test/plugins/darwin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/plugins/darwin.py b/lldb/test/plugins/darwin.py index 020fbb983e25..8b197ff0279e 100644 --- a/lldb/test/plugins/darwin.py +++ b/lldb/test/plugins/darwin.py @@ -97,7 +97,7 @@ def buildDwarf(sender=None, architecture=None, compiler=None, dictionary=None): + getCmdLine(dictionary)], sender=sender) - # True signifies that we can handle building dsym. + # True signifies that we can handle building dwarf. return True def cleanup(sender=None, dictionary=None):