diff options
| author | Adrian Prantl <aprantl@apple.com> | 2018-06-13 16:21:24 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2018-06-13 16:21:24 +0000 |
| commit | 4e8be2c98e4142ce02c96865f81f7ed9bdbd5f82 (patch) | |
| tree | c92a9bc17209b51eff2bf8bb2b526a69c7a281d4 /lldb/examples | |
| parent | a6ce3fe72b5cd32bf5e3a139b3cc6844bf0cc715 (diff) | |
| download | bcm5719-llvm-4e8be2c98e4142ce02c96865f81f7ed9bdbd5f82.tar.gz bcm5719-llvm-4e8be2c98e4142ce02c96865f81f7ed9bdbd5f82.zip | |
Fix/unify the spelling of Objective-C.
llvm-svn: 334614
Diffstat (limited to 'lldb/examples')
| -rw-r--r-- | lldb/examples/darwin/heap_find/heap/heap_find.cpp | 4 |
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("-------- " "-----------------------------------------------------------------"); |

