summaryrefslogtreecommitdiff
path: root/lldb/examples
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
commitb22dd796bd416ebfd9b705f6b594411da4833744 (patch)
treedf18fde1e7442733b0336ee2fe668901708623b4 /lldb/examples
parente812002e0094620df8c7beed6b090def43f3b4ab (diff)
Fix/unify the spelling of Objective-C.
Diffstat (limited to 'lldb/examples')
-rw-r--r--lldb/examples/darwin/heap_find/heap/heap_find.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/examples/darwin/heap_find/heap/heap_find.cpp b/lldb/examples/darwin/heap_find/heap/heap_find.cpp
index 3567e559a6a..b63d18b712b 100644
--- a/lldb/examples/darwin/heap_find/heap/heap_find.cpp
+++ b/lldb/examples/darwin/heap_find/heap/heap_find.cpp
@@ -410,7 +410,7 @@ public:
m_sort_type = eSortTypeBytes;
}
if (print && m_size > 0) {
- puts("Objective C objects by total bytes:");
+ puts("Objective-C objects by total bytes:");
puts("Total Bytes Class Name");
puts("----------- "
"-----------------------------------------------------------------");
@@ -427,7 +427,7 @@ public:
m_sort_type = eSortTypeCount;
}
if (print && m_size > 0) {
- puts("Objective C objects by total count:");
+ puts("Objective-C objects by total count:");
puts("Count Class Name");
puts("-------- "
"-----------------------------------------------------------------");