summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Process.cpp
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/source/Target/Process.cpp
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/source/Target/Process.cpp')
-rw-r--r--lldb/source/Target/Process.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Target/Process.cpp b/lldb/source/Target/Process.cpp
index 32ed39842e3..a1826a77be1 100644
--- a/lldb/source/Target/Process.cpp
+++ b/lldb/source/Target/Process.cpp
@@ -1465,7 +1465,7 @@ void Process::UpdateThreadListIfNeeded() {
old_thread_list.GetThreadAtIndex(i, false)->ClearBackingThread();
// Turn off dynamic types to ensure we don't run any expressions.
- // Objective C can run an expression to determine if a SBValue is a
+ // Objective-C can run an expression to determine if a SBValue is a
// dynamic type or not and we need to avoid this. OperatingSystem
// plug-ins can't run expressions that require running code...
OpenPOWER on IntegriCloud