summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/objc
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2018-06-13 16:21:24 +0000
committerAdrian Prantl <aprantl@apple.com>2018-06-13 16:21:24 +0000
commit4e8be2c98e4142ce02c96865f81f7ed9bdbd5f82 (patch)
treec92a9bc17209b51eff2bf8bb2b526a69c7a281d4 /lldb/packages/Python/lldbsuite/test/lang/objc
parenta6ce3fe72b5cd32bf5e3a139b3cc6844bf0cc715 (diff)
downloadbcm5719-llvm-4e8be2c98e4142ce02c96865f81f7ed9bdbd5f82.tar.gz
bcm5719-llvm-4e8be2c98e4142ce02c96865f81f7ed9bdbd5f82.zip
Fix/unify the spelling of Objective-C.
llvm-svn: 334614
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/objc')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/objc/objc-struct-argument/test.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/objc/objc-struct-argument/test.m b/lldb/packages/Python/lldbsuite/test/lang/objc/objc-struct-argument/test.m
index 337ab3408ce..6b13a3a3d59 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/objc/objc-struct-argument/test.m
+++ b/lldb/packages/Python/lldbsuite/test/lang/objc/objc-struct-argument/test.m
@@ -32,7 +32,7 @@ int main()
struct things_to_sum tts = { 2, 3, 4 };
int ret = [summer sumThings:tts];
NSRect rect = {{0, 0}, {10, 20}};
- // The Objective C V1 runtime won't read types from metadata so we need
+ // The Objective-C V1 runtime won't read types from metadata so we need
// NSValue in our debug info to use it in our test.
NSValue *v = [NSValue valueWithRect:rect];
return rect.origin.x; // Set breakpoint here.
OpenPOWER on IntegriCloud