[Lldb-commits] [lldb] r121063 - /lldb/trunk/test/foundation/main.m
Johnny Chen
johnny.chen at apple.com
Mon Dec 6 14:51:47 PST 2010
Author: johnny
Date: Mon Dec 6 16:51:46 2010
New Revision: 121063
URL: http://llvm.org/viewvc/llvm-project?rev=121063&view=rev
Log:
Minor comment string change.
Modified:
lldb/trunk/test/foundation/main.m
Modified: lldb/trunk/test/foundation/main.m
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/foundation/main.m?rev=121063&r1=121062&r2=121063&view=diff
==============================================================================
--- lldb/trunk/test/foundation/main.m (original)
+++ lldb/trunk/test/foundation/main.m Mon Dec 6 16:51:46 2010
@@ -35,7 +35,7 @@
- (NSString *)description
{
- // Set a breakpoint on this function for '-[MyString description]' and test expressions:
+ // Set a breakpoint on '-[MyString description]' and test expressions:
// expression (char *)sel_getName(_cmd)
if (self.descriptionPauses)
{
More information about the lldb-commits
mailing list