diff options
author | Johnny Chen <johnny.chen@apple.com> | 2010-12-06 22:51:46 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2010-12-06 22:51:46 +0000 |
commit | 8dcb6b96c5c8e132af6c4a61bf105ac2625ecd53 (patch) | |
tree | 6c6495e346ea79815e634047602a0e3c69a568ea | |
parent | e0e7febe1a2574e04b7febc75e54bab58ea59403 (diff) | |
download | bcm5719-llvm-8dcb6b96c5c8e132af6c4a61bf105ac2625ecd53.tar.gz bcm5719-llvm-8dcb6b96c5c8e132af6c4a61bf105ac2625ecd53.zip |
Minor comment string change.
llvm-svn: 121063
-rw-r--r-- | lldb/test/foundation/main.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/foundation/main.m b/lldb/test/foundation/main.m index 837e11285e4..fedb087ee55 100644 --- a/lldb/test/foundation/main.m +++ b/lldb/test/foundation/main.m @@ -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) { |