diff options
-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 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 |