summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2010-12-06 22:34:54 +0000
committerJohnny Chen <johnny.chen@apple.com>2010-12-06 22:34:54 +0000
commit35986634bcc52f7e819b89045fd03b8bd80df047 (patch)
treeec9bab0ddbbdf9658d23a92edf2bdebf2f96624a
parent3a820b5e544b3ce3922ce29f24ae3a3ac5232970 (diff)
downloadbcm5719-llvm-35986634bcc52f7e819b89045fd03b8bd80df047.tar.gz
bcm5719-llvm-35986634bcc52f7e819b89045fd03b8bd80df047.zip
Modify Test_Selector's comment string, too.
llvm-svn: 121052
-rw-r--r--lldb/test/foundation/main.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/foundation/main.m b/lldb/test/foundation/main.m
index 698d4e72f9d..2044b5df3db 100644
--- a/lldb/test/foundation/main.m
+++ b/lldb/test/foundation/main.m
@@ -52,7 +52,7 @@ Test_Selector ()
{
SEL sel = @selector(length);
printf("sel = %p\n", sel);
- // Expressions to test here:
+ // Expressions to test here for selector:
// expression (char *)sel_getName(sel)
// The expression above should return "sel" as it should be just
// a uniqued C string pointer. We were seeing the result pointer being
OpenPOWER on IntegriCloud